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: I6f7f6bb9dd8b8e89979efd030a022d7455df67c7
This commit is contained in:
parent
406c753a72
commit
12d4936f12
2
tox.ini
2
tox.ini
@ -29,7 +29,7 @@ commands = bandit -r oslo_utils -x tests -n5
|
||||
[flake8]
|
||||
ignore = E123,H405
|
||||
show-source = True
|
||||
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
|
||||
|
||||
[testenv:pip-missing-reqs]
|
||||
# do not install test-requirements as that will pollute the virtualenv for
|
||||
|
Loading…
x
Reference in New Issue
Block a user