Remove old pep8 ignores that are no longer necessary

Change-Id: I0e7be9dfb4a408043376387998ba5bea20e3db57
This commit is contained in:
Arundhati Surpur 2017-07-07 18:22:30 +05:30
parent 840c54f0d3
commit 174fdf9be0
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ commands = python setup.py build_sphinx
commands = oslo_debug_helper {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,*openstack/common*,*lib/python*,*egg,build