Tox: ignore Rope dirs

Change-Id: I6f6f94980f70d42789e445b0b3f2a630babdebb3
This commit is contained in:
Federico Ceratto 2016-01-05 10:17:37 +00:00
parent 62f578174b
commit 320044c874
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ commands = {posargs}
# E128 continuation line under-indented for visual indent
ignore = H302,H306,H402,H404,H405,H904,E126,E128
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*openstack/deprecated*,*lib/python*,*egg,build,tools
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*openstack/deprecated*,*lib/python*,*egg,build,tools,.ropeproject
[hacking]
local-check-factory = designate.hacking.checks.factory