Merge "Fix and enable gating on H306"
This commit is contained in:
@@ -33,9 +33,7 @@ downloadcache = ~/cache/pip
|
||||
# H233 Python 3.x incompatible use of print operator
|
||||
# H302 import only modules
|
||||
# H303 no wildcard import
|
||||
# H306 imports not in alphabetical orde
|
||||
# H404 multi line docstring should start with a summary
|
||||
# H501 Do not use locals() for string formatting
|
||||
ignore = F403,F841,F812,F821,H233,H302,H303,H306,H404,H501
|
||||
ignore = F403,F841,F812,F821,H233,H302,H303,H404
|
||||
show-source = True
|
||||
exclude = .venv,.tox,dist,doc,*egg,build
|
||||
|
||||
Reference in New Issue
Block a user