From 33e7a537176201f1334c7d553f561a5f5f8b54de Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 15 Mar 2016 11:13:10 +0100 Subject: [PATCH] Clean flake8 paths and unused config options Change-Id: I534fcf554c13a412a5d209e537636ba7f284c88b --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 602e24b..b28d025 100644 --- a/tox.ini +++ b/tox.ini @@ -32,6 +32,4 @@ commands = {toxinidir}/setup-tests.sh oslo_debug_helper {posargs} [flake8] show-source = True -ignore = -builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,doc,*egg,build