summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMorgan Fainberg <m@metacloud.com>2013-08-18 19:53:44 -0700
committerGerrit Code Review <review@openstack.org>2013-08-27 07:04:41 +0000
commitf6d35b38f845a84e8df94be380f48b7759b8f37d (patch)
tree13b5a6d96c2bfd8b10c2446639b7d4cc2c4234ff /tox.ini
parent35deb1ae1b62a00e749d67715f9a787eb99d0dbb (diff)
downloadpython-keystoneclient-f6d35b38f845a84e8df94be380f48b7759b8f37d.tar.gz
Fix and enable gating on H302: only import modules
Fixes non-module imports and enables gating on H302 in flake8 Change-Id: I366b0ca622d5185732c6c755f8724efb8bbc80f7
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 72f9ae9..af01c24 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,8 +30,7 @@ downloadcache = ~/cache/pip
# F811: redefinition of unused 'client' from line 81
# F821: undefined name
# F841: local variable is assigned to but never used
-# H302: import only modules
# H304: no relative imports
-ignore = F811,F821,F841,H302,H304
+ignore = F811,F821,F841,H304
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build