summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2014-06-16 00:03:06 -0700
committerChristian Berendt <berendt@b1-systems.de>2014-07-25 19:20:38 +0200
commit4d2586716ada61b8087d2f95dfe2595f9c93cdc6 (patch)
tree4545798ce799e57b42d6711528bddaf8955ac04d /tox.ini
parent5095d276ef9a43f746016eb7f0b938bab3052b4b (diff)
downloadpython-novaclient-4d2586716ada61b8087d2f95dfe2595f9c93cdc6.tar.gz
Enable H233
H233 (and H402) were temporarily disabled as part of the migration to hacking 0.9. This patch fixes all H233 issues and re-enables gating on them. H402 has been removed in hacking (I9426644fa708e9d5563abe04dc4ad656dbeb3656) so leave this one off as its going away anyway. Change-Id: Iae8f132c66c5e345dc2e9c2464f67609887c1475
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index d3a51ea9..8b2408de 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,7 +27,7 @@ downloadcache = ~/cache/pip
[flake8]
# TODO fix following rules from hacking 0.9
-# E131,E265,H233,H402,H405,H904
-ignore = E12,E131,E265,F811,F821,H233,H302,H402,H404,H405,H904
+# E131,E265,H402,H405,H904
+ignore = E12,E131,E265,F811,F821,H302,H402,H404,H405,H904
show-source = True
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build