From a8a2060de70cba35a31139b043277a9c9cfa0490 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 16 Jul 2015 11:11:30 +0800 Subject: [PATCH] Remove H305,H307,H402,H407,H904 These rules were removed from hacking. Change-Id: Ice36d79a17ba38bb52a79c039535e7cb61150804 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6b0234a7cb..57eb77c594 100644 --- a/tox.ini +++ b/tox.ini @@ -43,7 +43,7 @@ commands = {posargs} show-source = True # H301 is ignored on purpose. # The rest of the ignores are TODOs. -ignore = F821,H237,H238,H301,H305,H307,H402,H404,H405,H407,H501,H904 +ignore = F821,H237,H238,H301,H404,H405,H501 builtins = _ exclude=.venv,.tox,dist,doc,openstack,*egg,tools,etc,build,*.po,*.pot filename=*.py,trove-*