summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJaume Devesa <devvesa@gmail.com>2014-10-06 12:25:48 +0200
committerJaume Devesa <devvesa@gmail.com>2014-10-17 13:01:59 +0200
commit64b2d8a01b74fb9c0e45e452a694d9b67e7088df (patch)
treea6bfeec5b3b48032a0d64333aa987ab6f889a980 /tox.ini
parenteae3211e8d7fd5036d797872fc584b2b83a14d95 (diff)
downloadpython-neutronclient-64b2d8a01b74fb9c0e45e452a694d9b67e7088df.tar.gz
Fix E129 hacking check
Remove E129 from the ignored checks and fix them Change-Id: Ibd3a98ceb173e9a1fa106ac6c4ecdebb1a9a1e4f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b34d936..10140ed 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,10 +37,9 @@ downloadcache = ~/cache/pip
#
# TODO Fix the following rules from hacking 0.9.x
# E113 unexpected indentation
-# E129 visually indented line with same indent as next logical line
# E265 block comment should start with '# '
# H405 multi line docstring summary not separated with an empty line
# H307 like imports should be grouped together
-ignore = E113,E125,E129,E265,H302,H307,H405
+ignore = E113,E125,E265,H302,H307,H405
show-source = true
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools