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:
ChangBo Guo(gcb) 2016-05-11 13:52:03 +08:00
parent 49773558fe
commit 6e758ba78f

View File

@ -47,7 +47,7 @@ passenv = OS_*
# D104: Missing docstring in public package
ignore = D100,D101,D102,D103,D104
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*
exclude = .venv,.tox,dist,doc,*egg,build
[testenv:docs]
commands=