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: I4ec588c5c0a2cf1b3bf06b4754889dc27d391b33
This commit is contained in:
parent
49773558fe
commit
6e758ba78f
2
tox.ini
2
tox.ini
@ -47,7 +47,7 @@ passenv = OS_*
|
|||||||
# D104: Missing docstring in public package
|
# D104: Missing docstring in public package
|
||||||
ignore = D100,D101,D102,D103,D104
|
ignore = D100,D101,D102,D103,D104
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*
|
exclude = .venv,.tox,dist,doc,*egg,build
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands=
|
commands=
|
||||||
|
Loading…
Reference in New Issue
Block a user