]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove H305 from tox.ini pep8 ignore list
authorJakub Libosvar <libosvar@redhat.com>
Mon, 11 May 2015 14:05:03 +0000 (16:05 +0200)
committerJakub Libosvar <libosvar@redhat.com>
Mon, 11 May 2015 15:56:39 +0000 (15:56 +0000)
H305 is about grouping imports. It seems like we meet the requirement. I
don't think there a reason to keep it.

Change-Id: Ia2ddd467288c3c3aad39aed98eefb532b0e1d280

tox.ini

diff --git a/tox.ini b/tox.ini
index 6a9cc8ffb8f8540fb3c53a7346da36e34a182bf0..83549d506021cb10c688af05927918f3f37e9c44 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -102,10 +102,9 @@ commands = sphinx-build -W -b html doc/source doc/build
 # E128 continuation line under-indented for visual indent
 # E129 visually indented line with same indent as next logical line
 # E265 block comment should start with ‘# ‘
-# H305 imports not grouped correctly
 # H404 multi line docstring should start with a summary
 # H405 multi line docstring summary not separated with an empty line
-ignore = E125,E126,E128,E129,E265,H305,H404,H405
+ignore = E125,E126,E128,E129,E265,H404,H405
 show-source = true
 builtins = _
 # neutron/tests/tempest needs to be excluded so long as it continues