summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-05-30 11:01:42 +0000
committerGerrit Code Review <review@openstack.org>2013-05-30 11:01:42 +0000
commit95da21822653c878973bd267eea36b9683040d6d (patch)
treedcc9dfe1efddb05b774776006146a615dd1fb1e5 /tox.ini
parente9c389942d0d697484d390479155103ed74aa02d (diff)
parent35660dac73f9f7428f9c441583464b5942ca6827 (diff)
downloadoslo-95da21822653c878973bd267eea36b9683040d6d.tar.gz
oslo-95da21822653c878973bd267eea36b9683040d6d.tar.xz
oslo-95da21822653c878973bd267eea36b9683040d6d.zip
Merge "Enable hacking H401 test"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index daac6fa..521e531 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ commands =
[flake8]
show-source = True
-ignore = H202,H302,H304,H306,H401,H402,H403,H404
+ignore = H202,H302,H304,H306,H402,H403,H404
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
[testenv:pep8]