Fix and enable gating on H306

H306 - module imports should be in alphabetical order

Change-Id: I1f8fc25b0e6ca23c21c90bda420f42a45141c2e2
This commit is contained in:
Dirk Mueller
2013-12-16 15:28:05 +01:00
parent c1563a75e4
commit 9f255a9b49
11 changed files with 12 additions and 14 deletions
+1 -3
View File
@@ -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