Don't include openstack/common in flake8 exclude list
The directory openstack/common was used to keep codes from oslo-incubator, we have retired oslo-incubator, so don't use this directory any more. Change-Id: I8ac81a0615f9d2e35012d95ceab3c21986b256ba
This commit is contained in:
parent
5a40432cdb
commit
8202c6aabc
2
tox.ini
2
tox.ini
@ -46,7 +46,7 @@ commands = oslo_debug_helper -t keystoneauth1/tests {posargs}
|
||||
# D203: 1 blank line required before class docstring (deprecated in pep257)
|
||||
ignore = D100,D101,D102,D103,D104,D203
|
||||
show-source = True
|
||||
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*
|
||||
exclude = .venv,.tox,dist,doc,*egg,build
|
||||
|
||||
[testenv:docs]
|
||||
commands=
|
||||
|
Loading…
x
Reference in New Issue
Block a user