Merge "For flake8 check, make the 'E12' ignore be more granular"

This commit is contained in:
Jenkins
2015-02-25 20:11:52 +00:00
committed by Gerrit Code Review

View File

@@ -29,7 +29,7 @@ commands =
commands = {posargs}
[flake8]
ignore = E12
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools