From d0c4c5697b2a43307f86db87ab51f49432e5fd4c Mon Sep 17 00:00:00 2001 From: Jordan Pittier Date: Wed, 7 Dec 2016 13:50:08 +0100 Subject: [PATCH] Tox.ini: removed an outdated code comment. We do support and comply with H405. Change-Id: I05f1969142ea994d1c74eaa17baddb23375ddff8 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 82dba922a8..e3785862b6 100644 --- a/tox.ini +++ b/tox.ini @@ -143,7 +143,6 @@ import_exceptions = tempest.services # 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