Delete 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: I8bec126e0e1b66cfde8f683901bd3c5b4d974962
This commit is contained in:
guo yunxian 2016-08-13 17:19:47 +08:00
parent 083faa0741
commit 027bce4f52
1 changed files with 1 additions and 1 deletions

View File

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