summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenguo Niu <niuzhenguo@huawei.com>2015-07-16 11:05:39 +0800
committerZhenguo Niu <niuzhenguo@huawei.com>2015-07-21 01:04:02 +0000
commitb51e43e007e95a5c2d730976918f9b394fa50109 (patch)
treedb2365516e09abd2d00bc359b3d1b9488e9ceedc
parent953f76650e084f5678efb5529d00b3b4b79eb2ff (diff)
downloadpython-cinderclient-b51e43e007e95a5c2d730976918f9b394fa50109.tar.gz
Remove H302
H302 rule was removed from hacking. [H302] Do not import objects, only modules. Change-Id: I86d45d5bc86e42e009b214cff71821ff171d69af
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 089f446..ac6cc8b 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