Update to newer hacking checks
Update to newer hacking checks, and temporarily disable H238 to be fixed in a subsequent patch. Change-Id: I7d59ca5680f958852f73e705e45454a1c4d1c800
This commit is contained in:
parent
802044859f
commit
7a4f2553d6
@ -1,4 +1,4 @@
|
|||||||
hacking>=0.9.2,<0.10
|
hacking>=0.10.0,<0.11
|
||||||
discover
|
discover
|
||||||
mock
|
mock
|
||||||
fixtures>=0.3.14
|
fixtures>=0.3.14
|
||||||
|
2
tox.ini
2
tox.ini
@ -27,6 +27,6 @@ commands = python setup.py build_sphinx
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E125,H202,H405,H904
|
ignore = E125,H202,H238,H405,H904
|
||||||
show-source = True
|
show-source = True
|
||||||
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…
x
Reference in New Issue
Block a user