Clean the exclude list of flake8

The exclude list of flake8 is out of date. Update it with latest
project structure.

Change-Id: I74bbb234843226a75be81f2662fa6d983644b0f4
Closes-Bug: #1663864
This commit is contained in:
Hong Hui Xiao 2017-02-14 21:45:34 +08:00
parent 862d48df34
commit 1dabe80837
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@ ignore = E126,H404,H405,N530
# H904: Delay string interpolations at logging calls
enable-extensions=H904
show-source = true
# TODO(dougw) neutron/tests/unit/vmware exclusion is a temporary services split hack
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,.ropeproject,rally-scenarios,neutron/tests/unit/vmware*
exclude = ./.*,dist,doc,build,tools
[testenv:pylint]
deps =