summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-12-16 15:41:51 +0100
committerDirk Mueller <dirk@dmllr.de>2013-12-16 15:41:51 +0100
commit109ea08546881703cc5841f4b3311c03768b20d4 (patch)
treee1b728ac6f9a227dd908e2c3d194e6d519e9ac4e /tox.ini
parentefae202e0a7d29af1a9c4a8cc0a976c53d95b137 (diff)
downloadpython-designateclient-109ea08546881703cc5841f4b3311c03768b20d4.tar.gz
Fix and enable gating on H306
H306, module imports should be in alphabetical order This hacking check actually improves readability quite a bit, as module imports can be sorted in groups (python stdlibs, external imports, in-module imports) Change-Id: I11dc9155fbfc84389f2a5956f393f705388f83ba
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5b792cf..b2b93f0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,6 +33,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
commands = {posargs}
[flake8]
-ignore = H302,H306,H401,H402,H404
+ignore = H302,H401,H402,H404
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools