Merge "Update flake8 ignore list"

This commit is contained in:
Jenkins 2017-03-29 22:35:07 +00:00 committed by Gerrit Code Review
commit 056b8cc90e
1 changed files with 1 additions and 2 deletions

View File

@ -31,9 +31,8 @@ commands =
commands = oslo_debug_helper {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,H301
ignore = H301
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build