From ae8f4b65e3ac460b7764f2cdf9dfdcfe41ee0d22 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 17 Jan 2016 09:08:27 -0500 Subject: [PATCH] Go ahead and remove final excludes os-client-config is clean on E125 and E123 is ignored in recent pep8 by default. Also, even though they are not 'valid' pep8 rules, they are actually both nice styles and consistent with how we code os-client-config anyway. Change-Id: I7764e1511ed580d37b9a0a8be6743a5fa50441e5 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index c3f42d6..3df64e2 100644 --- a/tox.ini +++ b/tox.ini @@ -32,10 +32,7 @@ commands = commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [flake8] -# E123, E125 skipped as they are invalid PEP-8. - show-source = True -ignore = E123,E125 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,releasenotes/source/conf.py