From b51e43e007e95a5c2d730976918f9b394fa50109 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 16 Jul 2015 11:05:39 +0800 Subject: [PATCH] Remove H302 H302 rule was removed from hacking. [H302] Do not import objects, only modules. Change-Id: I86d45d5bc86e42e009b214cff71821ff171d69af --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 089f44667..ac6cc8b95 100644 --- a/tox.ini +++ b/tox.ini @@ -36,5 +36,5 @@ downloadcache = ~/cache/pip [flake8] show-source = True -ignore = F811,F821,H302,H306,H404,H405,E122,E123,E128,E251 +ignore = F811,F821,H306,H404,H405,E122,E123,E128,E251 exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools