From 16cd8ade86f3d1e546be38f78c4a11d4d59a55fd Mon Sep 17 00:00:00 2001 From: nizam Date: Fri, 21 Oct 2016 23:30:45 +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: Ib222cf20945f473d628c1b25b8276ddf307b69a1 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0a75a22..b0c795b 100644 --- a/tox.ini +++ b/tox.ini @@ -36,4 +36,4 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote show-source = True ignore = E721,H404,H405,H803 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build