From 92e6b6f14735c6e3f9cbf10ca07387c3071f7434 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Thu, 12 Jun 2014 23:14:35 +0200 Subject: [PATCH] Don't check the autohelp-wrapper output dirs Make flake8 ignore the sources/ and venv/ folder generated by the autohelp-wrapper script. Change-Id: Iccf331f678513a2fdf19ffdae9e3b87ffb14f5ea --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 25728330..eab1591a 100644 --- a/tox.ini +++ b/tox.ini @@ -27,4 +27,4 @@ commands = {posargs} show-source = True ignore = E123,E125,H803 builtins = _ -exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,*autogenerate_config_docs/venv,*autogenerate_config_docs/sources