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:
Jeremy Stanley 2015-06-17 00:39:56 +00:00
parent 802044859f
commit 7a4f2553d6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
hacking>=0.9.2,<0.10
hacking>=0.10.0,<0.11
discover
mock
fixtures>=0.3.14

View File

@ -27,6 +27,6 @@ commands = python setup.py build_sphinx
commands = {posargs}
[flake8]
ignore = E125,H202,H405,H904
ignore = E125,H202,H238,H405,H904
show-source = True
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build