summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-07-22 15:57:21 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-07-22 15:57:21 +0200
commit3ac4a86fb6f82baba734a8ef294f322853bbcf52 (patch)
tree7fbe746a06bc7d911a77a9cc9a69c985d23a469d
parent5bf332c15bccfa7616bfb7c3a1d764967dced48e (diff)
downloadoslo-middleware-3ac4a86fb6f82baba734a8ef294f322853bbcf52.tar.gz
Enable hacking check H305
Hacking check H305 should not be ignored. It's used in other oslo project.
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 07e7f46..e5a50d3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
-ignore = E123,E125,H803,H305
+ignore = E123,E125,H803
builtins = _
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build \ No newline at end of file
+exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build