Merge "Update flake8 ignore list"
This commit is contained in:
commit
614eda3777
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
|
||||
|
||||
[flake8]
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user