Don't include openstack/common in flake8 exclude list

The directory openstack/common was used to keep codes from
oslo-incubator, we have retired oslo-incubator, so don't use
this directory any more.

Change-Id: Id84d7e9910de506f21997dd89b993951cdf4299f
This commit is contained in:
ChangBo Guo(gcb) 2016-06-30 19:48:11 +08:00
parent c7c67ca34f
commit 4ca63cb022
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ commands = oslo_debug_helper {posargs}
show-source = True
ignore = E123,E125
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build