pep8: enable H304 checks
I hope this isn't too invasive. Change-Id: I1ff846919bbff9d926bf3330c5247ceb353f9164
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -40,7 +40,7 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E125,F403,H301,H302,H304,H306
|
ignore = E125,F403,H301,H302,H306
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,nova_tests
|
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,nova_tests
|
||||||
show-source = True
|
show-source = True
|
||||||
|
|||||||
Reference in New Issue
Block a user