Fix and enable gating on H306
H306 - module imports should be in alphabetical order Change-Id: I1f8fc25b0e6ca23c21c90bda420f42a45141c2e2
This commit is contained in:
@@ -29,9 +29,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