From 3ac4a86fb6f82baba734a8ef294f322853bbcf52 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 22 Jul 2014 15:57:21 +0200 Subject: Enable hacking check H305 Hacking check H305 should not be ignored. It's used in other oslo project. --- tox.ini | 4 ++-- 1 file 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 -- cgit v1.2.1