Don't include openstack directory in exclude list for flake8

Directory openstack doesn't exist, so don't need skip it.

Change-Id: I9b360eecf49517dc6feeac91591e7e505d691851
This commit is contained in:
ChangBo Guo(gcb) 2016-10-01 19:14:37 +08:00
parent 3446f21130
commit bfce834be7
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ ignore=safe_sudo
[flake8]
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools