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: I23a2bafbaa434c6a5dcd6dfe89989b1435d16e82
This commit is contained in:
Chaozhe.Chen
2016-01-14 18:03:09 +08:00
parent 92f8ff7d0f
commit 315877d529

View File

@@ -32,9 +32,7 @@ commands =
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 =
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build