Tox.ini: removed an outdated code comment.

We do support and comply with H405.

Change-Id: I05f1969142ea994d1c74eaa17baddb23375ddff8
This commit is contained in:
Jordan Pittier 2016-12-07 13:50:08 +01:00
parent 6912b89306
commit d0c4c5697b
1 changed files with 0 additions and 1 deletions

View File

@ -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