From 4ca63cb022299cd43fbb8cafc2359a01d4ce26eb Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Thu, 30 Jun 2016 19:48:11 +0800 Subject: [PATCH] Don't include 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: Id84d7e9910de506f21997dd89b993951cdf4299f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1baa7e7..1bbb603 100644 --- a/tox.ini +++ b/tox.ini @@ -38,4 +38,4 @@ commands = oslo_debug_helper {posargs} show-source = True ignore = E123,E125 -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build