From 027bce4f524469cfd84185b57fb7620ad82f5aeb Mon Sep 17 00:00:00 2001 From: guo yunxian Date: Sat, 13 Aug 2016 17:19:47 +0800 Subject: [PATCH] Delete openstack/common in flake8 exclude list The directory openstack/common was used to keep codes from oslo-incubator, we have retired oslo-incubator, so don't use this directory any more. Change-Id: I8bec126e0e1b66cfde8f683901bd3c5b4d974962 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c052dcb..d97babe 100644 --- a/tox.ini +++ b/tox.ini @@ -36,4 +36,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