Update flake8 exclude

Enable pep8 to check files in tools.
Remove the exclusion of non-existent directories.

Change-Id: I4925a36f63065077431c34d349285ad5f7fa75d4
This commit is contained in:
Chaozhe.Chen 2016-02-21 01:24:54 +08:00
parent c1b1f6ed85
commit 0e0b77b4d8

View File

@ -60,7 +60,7 @@ commands =
ignore = O321
show-source = true
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools,.ropeproject,rally-scenarios
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
[hacking]
import_exceptions = octavia.i18n