Merge "Tox.ini: removed an outdated code comment."
diff --git a/tox.ini b/tox.ini
index d37c226..8e3cfcc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -143,7 +143,6 @@
# E125 is a won't fix until https://github.com/jcrocholl/pep8/issues/126 is resolved. For further detail see https://review.openstack.org/#/c/36788/
# E123 skipped because it is ignored by default in the default pep8
# E129 skipped because it is too limiting when combined with other rules
-# Skipped because of new hacking 0.9: H405
ignore = E125,E123,E129
show-source = True
exclude = .git,.venv,.tox,dist,doc,*egg