Update flake8 ignore list
In hacking > 0.10.0, there is no E123 and E125, so this commit to delete them. Change-Id: I0cfda940f7c1d4cbf370e2bc9073c663f1924846
This commit is contained in:
parent
0308d44f32
commit
a6042511c2
2
tox.ini
2
tox.ini
@ -44,8 +44,6 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
|
|||||||
commands = oslo_debug_helper {posargs}
|
commands = oslo_debug_helper {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# E123, E125 skipped as they are invalid PEP-8.
|
|
||||||
show-source = True
|
show-source = True
|
||||||
ignore = E123,E125
|
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc/*,*lib/python*,*egg,build
|
exclude=.venv,.git,.tox,dist,doc/*,*lib/python*,*egg,build
|
||||||
|
Loading…
Reference in New Issue
Block a user