Ignore H216 check

Allow usage of mock module

Change-Id: Ia94b57813001890a3130ea08a946324cf457960d
This commit is contained in:
Salvatore Orlando 2021-08-02 08:56:37 -07:00
parent 3f15e9966a
commit 731dbe47cc
1 changed files with 2 additions and 1 deletions

View File

@ -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