summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-07-17 15:30:34 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-07-17 15:31:08 +0200
commitd51b546774e9fb452c842134e5decca6b74d4653 (patch)
treebae934cbdda8cb32fc631903e90a393b7431e0ab /tox.ini
parente551cb0a34351db6b76c2f119205c28bcd802b62 (diff)
downloadpython-novaclient-d51b546774e9fb452c842134e5decca6b74d4653.tar.gz
Enabled hacking checks H305 and H307
* H305 imports not grouped correctly * H307 like imports should be grouped together Change-Id: I23fdad285508707a2c1d7c832ff8b1a6a10e8f88
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 b9f8c9f0..d3a51ea9 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,H305,H307,H402,H405,H904
-ignore = E12,E131,E265,F811,F821,H233,H302,H305,H307,H402,H404,H405,H904
+# E131,E265,H233,H402,H405,H904
+ignore = E12,E131,E265,F811,F821,H233,H302,H402,H404,H405,H904
show-source = True
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build