summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-05-23 15:02:21 -0500
committerGerrit Code Review <review@openstack.org>2013-05-23 23:48:53 +0000
commit95828fd3b19c279d230451c9404905113e1e6386 (patch)
treefa0b0f986d94a94cb80a25f1dbd6bd83cc6dc5bb /tox.ini
parent47bdec25eb51d2dfbcd28af512cfbd4f4165b332 (diff)
downloadkeystone-95828fd3b19c279d230451c9404905113e1e6386.tar.gz
keystone-95828fd3b19c279d230451c9404905113e1e6386.tar.xz
keystone-95828fd3b19c279d230451c9404905113e1e6386.zip
one import per line (flake8 H301)
Change-Id: Idb93169a0b64861bff22d06304c020865dd0a0ab
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 bc3989d0..ee9183c3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,6 @@ commands = {posargs}
[flake8]
show-source = true
-# H301: one import per line
# H302: import only modules
# H304: no relative imports.
# H306: imports not in alphabetical order
@@ -39,7 +38,7 @@ show-source = true
# H402: one line docstring needs punctuation
# H403: multi line docstring end on new line
# H404: multi line docstring should start with a summary
-ignore = H301,H302,H304,H306,H401,H402,H403,H404
+ignore = H302,H304,H306,H401,H402,H403,H404
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor