Merge "Remove old pep8 ignores that are no longer necessary"

This commit is contained in:
Zuul 2021-05-25 14:02:31 +00:00 committed by Gerrit Code Review
commit 2b2b95ac15
1 changed files with 1 additions and 3 deletions

View File

@ -25,10 +25,8 @@ commands = {posargs}
commands = oslo_debug_helper {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
# W504 line break after binary operator
show-source = True
ignore = E123,E125,W504
ignore = W504
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build