summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndrey Kurilin <akurilin@mirantis.com>2014-09-24 22:10:34 +0300
committerAndrey Kurilin <akurilin@mirantis.com>2014-09-24 22:44:09 +0300
commit7fc1588dfda6edcb68aee2ff40e7475f9a6e400b (patch)
tree823eddcb086662aad1ffd79e7fdd898b87dd0998 /tox.ini
parent963484513de810cc5a96a91f9df24c8c21deb942 (diff)
downloadpython-novaclient-7fc1588dfda6edcb68aee2ff40e7475f9a6e400b.tar.gz
Enable check for E121
E121 continuation line under-indented for hanging indent Change-Id: I4cf246e3ec932ba0d2391eb8bcb793b28b005b4c
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 53fa8719..34f30dee 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,8 +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: E12, F811, F821
-ignore = E12,F811,F821,H402,H404,H405,H904
+# Additional checks are also ignored on purpose: E122, E123, E124, E126,
+# E127, E128, E129, F811, F821
+ignore = E122,E123,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