Fix and re-enable H105
Enable Hacking Hacking H105 (Don't use author tags, as we have git for
that)
Change-Id: I7c5379da34d21717feab19684ffc5ead6d50399b
diff --git a/tox.ini b/tox.ini
index 7313a47..0640932 100644
--- a/tox.ini
+++ b/tox.ini
@@ -123,6 +123,6 @@
# 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,H404,H405,H105
+ignore = E125,E123,E129,H404,H405
show-source = True
exclude = .git,.venv,.tox,dist,doc,openstack,*egg