From 189a60475424e7efd41fe522d5a190f480ad1317 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Sat, 7 May 2016 16:59:20 +0800 Subject: [PATCH] Trivial: remove openstack/common from flake8 exclude list openstack/common was used to kepp copied files from oslo-incubator, we don't use oslo-incubator stuff, so remove it. Change-Id: Id426c41e6ae277ed1f829820771d5ffc31a81166 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3df64e2..d2aac05 100644 --- a/tox.ini +++ b/tox.ini @@ -34,5 +34,5 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen [flake8] show-source = True builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,releasenotes/source/conf.py +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,releasenotes/source/conf.py