Remove old pep8 ignores that are no longer necessary

Change-Id: Ia690ea0a284f1e1cfe7e223613acdb30e40a9980
This commit is contained in:
Arundhati Surpur 2017-07-07 11:24:34 +05:30 committed by Luigi Toscano
parent ad7f742ea9
commit 42eec762be
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