Ignore H216 check
Allow usage of mock module Change-Id: Ia94b57813001890a3130ea08a946324cf457960d
This commit is contained in:
parent
3f15e9966a
commit
731dbe47cc
3
tox.ini
3
tox.ini
@ -92,7 +92,8 @@ commands = sphinx-build -b html doc/source doc/build/html
|
||||
# W504 line break after binary operator
|
||||
# N531 translations hints
|
||||
# I202 Additional newline in a group of imports
|
||||
ignore = N530,E125,E129,E741,N531,W504,I202
|
||||
# H216 The unittest.mock module should be used rather than the third party mock package unless actually needed
|
||||
ignore = N530,E125,E129,E741,N531,W504,I202,H216
|
||||
show-source = true
|
||||
builtins = _
|
||||
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject
|
||||
|
Loading…
x
Reference in New Issue
Block a user