From 367638b938368f830b0f56932afdf84c75eedb16 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Tue, 25 Mar 2014 00:00:22 +0000 Subject: [PATCH] Exclude .ropeproject from flake8 checks Change-Id: Ic788c49e5e92b171e20fe132829648ff21539e33 Closes-Bug: #1297016 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7891beaf2..0c2e79349 100644 --- a/tox.ini +++ b/tox.ini @@ -48,4 +48,4 @@ commands = {posargs} ignore = E711,E712,E125,H302,H404 show-source = true builtins = _ -exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools +exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools,.ropeproject