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:
lilintan 2016-08-02 20:36:47 +08:00
parent 5a40432cdb
commit 8202c6aabc
1 changed files with 1 additions and 1 deletions

View File

@ -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=