From 0be3c0e99786a8ad250484748f4af9c6b07ae191 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Thu, 23 May 2013 15:36:48 -0500 Subject: imports not in alphabetical order (flake8 H306) Change-Id: I0f6c5fc27b0bb2da553e9345a8ac4949ce46e685 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') 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 -- cgit