summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2015-06-17 00:39:56 +0000
committerJeremy Stanley <fungi@yuggoth.org>2015-06-17 00:49:19 +0000
commit7a4f2553d603bd10bcb8e0e90b178f994f41b4a4 (patch)
treeb449594317e76c0b940e225ed4250abfcb4403a0
parent802044859f9c2d565c37a666392ac10c5451a6f2 (diff)
downloadgit-review-7a4f2553d603bd10bcb8e0e90b178f994f41b4a4.tar.gz
Update to newer hacking checks
Update to newer hacking checks, and temporarily disable H238 to be fixed in a subsequent patch. Change-Id: I7d59ca5680f958852f73e705e45454a1c4d1c800
-rw-r--r--test-requirements.txt2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 8331444..085a45e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,4 @@
-hacking>=0.9.2,<0.10
+hacking>=0.10.0,<0.11
discover
mock
fixtures>=0.3.14
diff --git a/tox.ini b/tox.ini
index 59bec38..9ae60dc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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