Remove old pep8 ignores that are no longer necessary

Change-Id: Ie2595cd59dd48c58b6afb8852f5743212ca61848
This commit is contained in:
Kiran_totad
2017-06-29 13:33:26 +05:30
parent 6f2feab60d
commit 22d5a7ec38

View File

@@ -36,9 +36,8 @@ commands = python setup.py build_sphinx
commands = oslo_debug_helper -t karborclient/tests {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
ignore =
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools