From 22d5a7ec38e3cfd48721ba6a48dedfcdcb2686d9 Mon Sep 17 00:00:00 2001 From: Kiran_totad Date: Thu, 29 Jun 2017 13:33:26 +0530 Subject: [PATCH] Remove old pep8 ignores that are no longer necessary Change-Id: Ie2595cd59dd48c58b6afb8852f5743212ca61848 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index fabe2e4..217f242 100644 --- a/tox.ini +++ b/tox.ini @@ -36,9 +36,8 @@ commands = python setup.py build_sphinx commands = oslo_debug_helper -t karborclient/tests {posargs} [flake8] -# E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125 +ignore = builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools