Don't include openstack/commmon 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. We also removed this from cookiecutter in I7bfb899f8b94e4dc19fd4cef43466a5baac3a3ec. Change-Id: I3270db9dbaffccfde184d5fc17aed73359fe86dd
This commit is contained in:
parent
5221ce3fff
commit
fa263bffbb
2
tox.ini
2
tox.ini
@ -68,7 +68,7 @@ commands = oslo_debug_helper {posargs}
|
||||
[flake8]
|
||||
show-source = True
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||
|
||||
[hacking]
|
||||
local-check-factory = zun.hacking.checks.factory
|
||||
|
Loading…
x
Reference in New Issue
Block a user