Merge "Clean up removed hacking rule from [flake8] ignore lists"
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -24,13 +24,11 @@ deps = -r{toxinidir}/test-requirements.txt
|
||||
commands = bandit -c bandit.yaml -r oslo_log -n5 -p gate
|
||||
|
||||
[flake8]
|
||||
# H803 skipped on purpose per list discussion.
|
||||
# E123, E125 skipped as they are invalid PEP-8.
|
||||
# H305 skipped b/c of hacking is confused with oslo.* namespace
|
||||
|
||||
show-source = True
|
||||
ignore = E123,E125,H305,H307,H405,H803,H904
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py
|
||||
ignore = E123,E125,H405
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py
|
||||
|
||||
[hacking]
|
||||
import_exceptions = oslo_log._i18n
|
||||
|
||||
Reference in New Issue
Block a user