Merge "Update flake8 ignore list"

This commit is contained in:
Jenkins 2016-10-17 11:37:47 +00:00 committed by Gerrit Code Review
commit 3f0688dab4

View File

@ -59,8 +59,6 @@ commands =
[flake8]
# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build