Merge "Enable gating on E711 and E712"

This commit is contained in:
Jenkins 2014-02-11 11:14:20 +00:00 committed by Gerrit Code Review
commit 1d9632bae0

View File

@ -29,9 +29,7 @@ commands =
commands = {posargs}
[flake8]
# E711: ignored because it is normal to use "column == None" in sqlalchemy
# E712 is ignored on purpose, since it is normal to use 'column == true'
# H302 import only modules.
ignore = E121,E122,E123,E124,E126,E127,E128,E711,E712,H302
ignore = E121,E122,E123,E124,E126,E127,E128,H302
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools