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: I04da2e6b9ed81a82bcee5e0e2510fd451dd2cb07
This commit is contained in:
xiaosheng
2016-05-28 16:29:39 +08:00
parent 53a59e5aa2
commit bbb7a88df4

View File

@@ -59,4 +59,4 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote
[flake8]
show-source = true
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools