Merge "Trivial: ignore openstack/common in flake8 exclude list"
This commit is contained in:
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=
|
||||||
|
Reference in New Issue
Block a user