Merge "Remove E12* from list of deliberately ignored flake8 rules"

This commit is contained in:
Jenkins 2014-10-23 13:24:03 +00:00 committed by Gerrit Code Review
commit bda83f92d1

@ -41,8 +41,7 @@ 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: E124, E126,
# E127, E128, E129, F811, F821
# Additional checks are also ignored on purpose: F811, F821
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