Merge "Update flake8 ignore list"

This commit is contained in:
Jenkins 2016-09-30 12:04:45 +00:00 committed by Gerrit Code Review
commit 07c52502aa

View File

@ -39,10 +39,8 @@ commands = python setup.py build_sphinx
[flake8]
# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,H803
ignore = H803
builtins = _
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,*autogenerate_config_docs/venv,*autogenerate_config_docs/sources
# 28 is currently the most complex thing we have