Remove H302 check
we already removed H302 rule from hacking. Change-Id: Idd9baf4b7eac680489e04ef2f6ec7624f8004694
This commit is contained in:
parent
d9434fd3a0
commit
3c05709b93
2
tox.ini
2
tox.ini
@ -47,6 +47,6 @@ commands = oslo_debug_helper {posargs}
|
|||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
show-source = True
|
show-source = True
|
||||||
ignore = H101,H302,H803,H238
|
ignore = H101,H803,H238
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,.ropeproject,tools
|
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,.ropeproject,tools
|
||||||
|
Loading…
Reference in New Issue
Block a user