From 3b855faf5f5a27e2344f0185954f125e7baf931a Mon Sep 17 00:00:00 2001 From: nizam Date: Fri, 28 Oct 2016 19:51:55 +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: Icd13d32674b117626fbecdfdec2881463a87ad5d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8205d15b..03e35fff 100644 --- a/tox.ini +++ b/tox.ini @@ -36,4 +36,4 @@ commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasen [flake8] ignore = E125,H202,H302,H803 -exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,conf.py +exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,conf.py