Merge "Fix and enable gating on H306"

This commit is contained in:
Jenkins
2013-12-23 05:10:08 +00:00
committed by Gerrit Code Review
11 changed files with 12 additions and 14 deletions
+1 -3
View File
@@ -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