Exclude .ropeproject from flake8 checks

Change-Id: I4e0bc52de3b251a62f24e89df2db598fbc7e7016
Closes-Bug: #1297016
This commit is contained in:
Gary W. Smith 2014-08-19 11:32:02 -07:00
parent b2996b25c7
commit b4b2100729
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ commands = python setup.py build_sphinx
downloadcache = ~/cache/pip
[flake8]
exclude = .venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*
exclude = .venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,panel_template,dash_template,local_settings.py,*/local/*,*/test/test_plugins/*,.ropeproject
# E127 continuation line over-indented for visual indent
# E128 continuation line under-indented for visual indent
# H307 like imports should be grouped together