summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem@us.ibm.com>2015-01-26 09:04:16 -0800
committerMatt Riedemann <mriedem@us.ibm.com>2015-01-26 09:04:16 -0800
commit19e376a3f61b55647bb988e5322dfe5393dc4492 (patch)
treea3d98ec97a9b5d9505f72290faa82a225f1217f4 /tox.ini
parent6bce71b0103e20f35325c795e96489d3d820e935 (diff)
downloadnova-19e376a3f61b55647bb988e5322dfe5393dc4492.tar.gz
Remove H238 comment from tox.ini
Commit a8a87900cf99e8759849a274d5ac19baa2e7f0f7 removed H238 from the flake8 ignore list but missed removing the comment about why we were ignoring it in the first place. Change-Id: I1fd89aafeea50bead18c8bf4ffdc7577ded2bde3
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cb15a3b041..64304ef8bb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -68,7 +68,6 @@ commands =
# The rest of the ignores are TODOs
# New from hacking 0.9: E129, E131, H407, H405
# E251 Skipped due to https://github.com/jcrocholl/pep8/issues/301
-# New from hacking 0.10: H238
ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools/xenserver*