Disable H216 pep8 check

To get stable/ussuri jobs past the gate

Change-Id: I6c8aa0301f87f1956f9bdd677a33df5552dbc651
This commit is contained in:
Kobi Samoray 2021-05-05 21:41:24 +03:00
parent 0e538782b6
commit 3b34da8841
1 changed files with 2 additions and 1 deletions

View File

@ -170,7 +170,8 @@ enable-extensions=H106,H203,H204,H205
# N530 direct neutron imports not allowed
# N531 translations hints
# W504 line break after binary operator
ignore = E125,E126,E128,E129,E265,H305,H307,H404,H405,H904,N530,N531,W504
# H216 The unittest.mock module should be used rather than the third party mock package
ignore = E125,E126,E128,E129,E265,H305,H307,H404,H405,H904,N530,N531,W504,H216
show-source = true
builtins = _
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject