Merge "Update flake8 ignore list"

This commit is contained in:
Jenkins 2016-10-04 11:49:30 +00:00 committed by Gerrit Code Review
commit 614eda3777

View File

@ -31,8 +31,6 @@ commands = oslo_debug_helper {posargs}
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,F403,H102,H303
ignore = F403,H102,H303
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build