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: I6fe1326d2e6567539a6ad8b13c7d8a50d0459400
This commit is contained in:
ChangBo Guo(gcb) 2016-05-11 13:45:57 +08:00
parent 52dfe21ade
commit b106ba3fc6
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ commands = python setup.py build_sphinx
[flake8]
ignore = E251
show-source = True
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build