Clean flake8 ignore

There is no bad code violating PEP-8 and no need to ignore rules
E123 and E125. So clean the ignore list to do a more strict check.

Change-Id: Icf80d63396caceded1d897862b69226269b09296
This commit is contained in:
Chaozhe.Chen 2016-01-14 17:50:52 +08:00
parent 182c50d895
commit 8016946c4f
1 changed files with 1 additions and 3 deletions

View File

@ -39,8 +39,6 @@ commands = python setup.py build_sphinx
commands = {toxinidir}/setup-tests.sh oslo_debug_helper {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
ignore =
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build