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:
4
tox.ini
4
tox.ini
@@ -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
|
||||
|
Reference in New Issue
Block a user