summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-12-23 05:10:08 +0000
committerGerrit Code Review <review@openstack.org>2013-12-23 05:10:08 +0000
commit14b74573f11eff95d2f9cc8461890c14b53b14fe (patch)
tree8c667c3163013ee00def75154ab6c75be3b78ab0 /tox.ini
parent2b5eae5bc170f33041e558875e95bd72a5da8c61 (diff)
parent9f255a9b495e12d4c7fb78b3f8d8e2159d540f68 (diff)
downloadpython-glanceclient-14b74573f11eff95d2f9cc8461890c14b53b14fe.tar.gz
Merge "Fix and enable gating on H306"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 3e2b669..2e4e0a4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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