From 3a824f7cf3cb92fd22c3fc6987e71a3372a9e46c Mon Sep 17 00:00:00 2001 From: lilintan Date: Wed, 21 Sep 2016 16:34:42 +0800 Subject: [PATCH] Drop *openstack/common* in flake8 exclude list There is not this directory in debtcollector,so we should drop it for improving searching efficiency. Change-Id: Ia72a3cdcf3f5c02e491a535d212b44ee1eb3249c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2275ee28..750dd7b2 100644 --- a/tox.ini +++ b/tox.ini @@ -45,4 +45,4 @@ commands = oslo_debug_helper {posargs} show-source = True ignore = E123,E125 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build