summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-05-23 15:09:14 -0500
committerGerrit Code Review <review@openstack.org>2013-05-24 01:24:49 +0000
commit0f6f386c74754bc2e94a177d00d74bc074eba2fd (patch)
tree6a74fbaa67bbd60afc2bd871c91ca199b15f8583 /tox.ini
parentc49066d02b7b4913500ed34d7df5dcabd86c75e8 (diff)
downloadkeystone-0f6f386c74754bc2e94a177d00d74bc074eba2fd.tar.gz
keystone-0f6f386c74754bc2e94a177d00d74bc074eba2fd.tar.xz
keystone-0f6f386c74754bc2e94a177d00d74bc074eba2fd.zip
import only modules (flake8 H302)
Change-Id: I0fa6fc6bf9d51b60fa987a0040168f3f0ef78a4a
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 ee9183c3..ed4d0ac4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,14 +31,13 @@ commands = {posargs}
[flake8]
show-source = true
-# H302: import only modules
# H304: no relative imports.
# H306: imports not in alphabetical order
# H401: docstring should not start with a space
# H402: one line docstring needs punctuation
# H403: multi line docstring end on new line
# H404: multi line docstring should start with a summary
-ignore = H302,H304,H306,H401,H402,H403,H404
+ignore = H304,H306,H401,H402,H403,H404
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor