summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndrey Kurilin <akurilin@mirantis.com>2014-09-24 22:30:16 +0300
committerAndrey Kurilin <akurilin@mirantis.com>2014-09-24 22:44:20 +0300
commit8b8aa499e1a2dd91d2b54bfe6b66f658649979ac (patch)
treeddf673f14d05b53371a9649705d9b289656b7eaf /tox.ini
parentd05ae5dcc01b08c9ada2da9522b42ee97324696d (diff)
downloadpython-novaclient-8b8aa499e1a2dd91d2b54bfe6b66f658649979ac.tar.gz
Enable check for E123
E123 closing bracket does not match indentation of opening bracket's line Change-Id: I3f941032efb5ca2ef9a78f865effbf79c8674ebb
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 ca21ce58..b38ae1c4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,9 +41,9 @@ downloadcache = ~/cache/pip
# H904 wrap long lines in parentheses instead of a backslash
# reason: removed in hacking (https://review.openstack.org/#/c/101701/)
#
-# Additional checks are also ignored on purpose: E123, E124, E126,
+# Additional checks are also ignored on purpose: E124, E126,
# E127, E128, E129, F811, F821
-ignore = E123,E124,E126,E127,E128,E129,F811,F821,H402,H404,H405,H904
+ignore = E124,E126,E127,E128,E129,F811,F821,H402,H404,H405,H904
show-source = True
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,doc/source/conf.py