summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-01-17 09:08:27 -0500
committerMonty Taylor <mordred@inaugust.com>2016-01-22 19:52:45 +0000
commitae8f4b65e3ac460b7764f2cdf9dfdcfe41ee0d22 (patch)
treef9ce254a29b7878802780ec637853b8425323cda
parent2d19308e0daa52d7386792f6ddc5cb1cc86aee91 (diff)
downloados-client-config-ae8f4b65e3ac460b7764f2cdf9dfdcfe41ee0d22.tar.gz
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
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 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