summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@openstack.org>2013-07-09 09:20:04 -0700
committerJames E. Blair <jeblair@openstack.org>2013-07-09 09:20:04 -0700
commit6401d0b2377c1310aa3e53ec6365b8f299465912 (patch)
treeeba993cbca0095d4d919261af452a8238beae548 /tox.ini
parent3ca44afc2cb040bdc4cd2f090ae0b9f364b8e6c4 (diff)
downloadgear-6401d0b2377c1310aa3e53ec6365b8f299465912.tar.gz
Remove E128 pep8 ignore
Change-Id: I826f90c363787ee93f0ac3706a57d621dd0c0ce0
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 46c760b..e3d5ff8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,4 +29,4 @@ commands = {posargs}
[flake8]
exclude = .venv,.tox,dist,doc,*.egg
show-source = true
-ignore = E123,E125,E128 \ No newline at end of file
+ignore = E123,E125 \ No newline at end of file