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: Ic9e9c86afe95b8986d138c9be87768d8579bd4f4
This commit is contained in:
parent
4b33a2c0b0
commit
6bc0cfcdf0
2
tox.ini
2
tox.ini
@ -23,7 +23,7 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_i18n --t
|
||||
|
||||
show-source = True
|
||||
ignore = E123,E125
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py
|
||||
|
||||
[hacking]
|
||||
import_exceptions =
|
||||
|
Loading…
Reference in New Issue
Block a user