Update flake8 ignore list
In hacking >= 0.10.0, there is no E123 and E125, so this commit to delete them. Change-Id: I746dbd89d43b202927a54b0fd78fb8e045a1416c
This commit is contained in:
parent
6c7991d96b
commit
2599d4f5cb
4
tox.ini
4
tox.ini
@ -31,8 +31,6 @@ commands = oslo_debug_helper {posargs}
|
|||||||
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# E123, E125 skipped as they are invalid PEP-8.
|
|
||||||
|
|
||||||
show-source = True
|
show-source = True
|
||||||
ignore = E123,E125,F403,H102,H303
|
ignore = F403,H102,H303
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||||
|
Loading…
Reference in New Issue
Block a user