From 5e18050da95aee9e29e1918ad860b85197fa0141 Mon Sep 17 00:00:00 2001 From: "pawnesh.kumar" Date: Fri, 14 Oct 2016 22:04:18 +0530 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: I45ec7ad3e691bf7a2c010a452c38c4885b79199a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ed05425..ac13aad 100644 --- a/tox.ini +++ b/tox.ini @@ -38,4 +38,4 @@ import_exceptions = kosmos._i18n show-source = True ignore = H302,H306,H402,H404,H405,H904 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools