summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEugeniya Kudryashova <ekudryashova@mirantis.com>2014-09-25 20:05:18 +0300
committerAndrey Kurilin <akurilin@mirantis.com>2014-11-27 14:19:55 +0200
commit1aa020989e801c2a7dcc87fcb7d74128daba3007 (patch)
tree583e472f5749a38a871cd29a3f60be95619e9489 /tox.ini
parentae0890ad696ba0bad124a2edfda0a45a82695997 (diff)
downloadpython-novaclient-1aa020989e801c2a7dcc87fcb7d74128daba3007.tar.gz
Enable check for E128 rule
Fix E128 failures in novaclient/client and novaclient/shell and enable check for E128 E128 continuation line under-indented for visual indent Change-Id: Id3ac46ccdbb8a9f97e54b4643240d93b06fac6ea
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 47a36a4f..88ac1e26 100644
--- a/tox.ini
+++ b/tox.ini
@@ -42,7 +42,7 @@ downloadcache = ~/cache/pip
# reason: removed in hacking (https://review.openstack.org/#/c/101701/)
#
# Additional checks are also ignored on purpose: F811, F821
-ignore = E124,E128,F811,F821,H402,H404,H405,H904
+ignore = E124,F811,F821,H402,H404,H405,H904
show-source = True
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,doc/source/conf.py