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:
parent
02454e92a0
commit
4b77c7c651
4
tox.ini
4
tox.ini
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user