summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-07-25 19:27:19 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-08-01 22:39:14 +0200
commit68f357d963423b7ea2bcc08214161f8a22362e8c (patch)
tree5c1b54df7265a88112ced5fe34d67bc1d18d2eda /tox.ini
parentaae7ca2f9bf772c2aded2670a61f10b7a674e71e (diff)
downloadpython-novaclient-68f357d963423b7ea2bcc08214161f8a22362e8c.tar.gz
Enable check for E131
* E131 continuation line unaligned for hanging indent Change-Id: I719d5bcd1b51896c947e637f6dfce2e1f1a6bd2b
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 8b2408de..a409dfda 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,H402,H405,H904
-ignore = E12,E131,E265,F811,F821,H302,H402,H404,H405,H904
+# E265,H402,H405,H904
+ignore = E12,E265,F811,F821,H302,H402,H404,H405,H904
show-source = True
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build