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: I0ee8441d1253028b1dcd7bcb9389e92577dc5224
This commit is contained in:
parent
aaf93641d4
commit
71ce8f5f30
2
tox.ini
2
tox.ini
@ -24,7 +24,7 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_reports
|
|||||||
show-source = True
|
show-source = True
|
||||||
ignore = E123,E125
|
ignore = E123,E125
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||||
|
|
||||||
[hacking]
|
[hacking]
|
||||||
import_exceptions =
|
import_exceptions =
|
||||||
|
Loading…
Reference in New Issue
Block a user