summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-05-23 15:36:48 -0500
committerGerrit Code Review <review@openstack.org>2013-05-24 01:25:32 +0000
commit0be3c0e99786a8ad250484748f4af9c6b07ae191 (patch)
treebba51e72be883e237f629ffc3409e7598c166791 /tox.ini
parent0f6f386c74754bc2e94a177d00d74bc074eba2fd (diff)
downloadkeystone-0be3c0e99786a8ad250484748f4af9c6b07ae191.tar.gz
keystone-0be3c0e99786a8ad250484748f4af9c6b07ae191.tar.xz
keystone-0be3c0e99786a8ad250484748f4af9c6b07ae191.zip
imports not in alphabetical order (flake8 H306)
Change-Id: I0f6c5fc27b0bb2da553e9345a8ac4949ce46e685
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 ed4d0ac4..cd97a08e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,12 +32,11 @@ commands = {posargs}
show-source = true
# 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 = H304,H306,H401,H402,H403,H404
+ignore = H304,H401,H402,H403,H404
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor