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
This commit is contained in:
Gauvain Pocentek 2014-06-12 23:14:35 +02:00
parent 8bfbbf01a1
commit 92e6b6f147
1 changed files with 1 additions and 1 deletions

View File

@ -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