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: I288970e37f67c8bdf5da172f55919700fd5ee134
This commit is contained in:
nizam 2017-06-16 19:58:21 +05:30
parent 90799f60c8
commit 40f790bc35
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,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