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: Icab80c3d642acde01eabb13f402920e48f76edad
This commit is contained in:
ting.wang 2016-01-14 18:48:41 +08:00
parent 02454e92a0
commit 4b77c7c651
1 changed files with 1 additions and 3 deletions

View File

@ -27,10 +27,8 @@ 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