summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-14 09:48:15 +0000
committerGerrit Code Review <review@openstack.org>2014-10-14 09:48:15 +0000
commit4589ba37077687bff3dee2ee4e0a4f340282dc48 (patch)
tree49eb169fbc1d6f4fa6d62716132a23803c4d7c3a /tox.ini
parent871f0a0838d23f48a5bec42dab96f2a80dc9ba7e (diff)
parent26df76b77aa9a59aaedfaa2f89aa92f6f1e354a8 (diff)
downloadironic-4589ba37077687bff3dee2ee4e0a4f340282dc48.tar.gz
Merge "Enable E111 PEP8 check"
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 cad52859c..4a3b6abf3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -47,7 +47,7 @@ commands = {posargs}
[flake8]
# E711: ignored because it is normal to use "column == None" in sqlalchemy
# TODO(yuriyz): Analyze or fix the warnings blacklisted below
-ignore = E12,E111,E113,E131,E265,E711
+ignore = E12,E113,E131,E265,E711
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools,*ironic/nova*
[hacking]