Trivial: ignore openstack/common in flake8 exclude list
The directory openstack/common doesn't exist any more. So remove it from flake8 exclude list. Another commit I46728e40e416bb532b86e2fc29361434fdee1296 fixes this in oslo-cookiecutter. Change-Id: I7aa53f37a21151905d9b51836fd244c832c9f6f3
This commit is contained in:
parent
d51ce5a994
commit
6251a1554c
2
tox.ini
2
tox.ini
@ -26,7 +26,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
show-source = True
|
||||
ignore = H405
|
||||
builtins = _
|
||||
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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user