Trivial: ignore openstack/common in flake8 exclude list
The directory openstack/common doesn't exist any more. So remove it from flake8 exclude list. Change-Id: Ia66d614e14fbda77df022be339eb9efb12d7af59
This commit is contained in:
parent
760abb6de4
commit
43343b4445
2
tox.ini
2
tox.ini
@ -32,7 +32,7 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_service
|
||||
|
||||
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
|
||||
|
||||
[hacking]
|
||||
import_exceptions = oslo_service._i18n
|
||||
|
Loading…
x
Reference in New Issue
Block a user