Trivial: remove openstack/common in flake8 exclude list

There is no directory openstack/common any more, so ignore
it.

Change-Id: Ia1bb265a34d64be2d3cb31dbf6b0de42e90ec68a
This commit is contained in:
ChangBo Guo(gcb) 2016-05-11 13:40:42 +08:00
parent 2cc70f2659
commit 592304e0d6
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ commands = oslo_debug_helper {posargs}
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
exclude = .venv*,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*.egg,.update-venv
exclude = .venv*,.git,.tox,dist,doc,*lib/python*,*.egg,.update-venv
# NOTE(flaper87): Our currently max-complexity is 15. Not sure what the ideal complexity
# for Zaqar should be but lets keep it to the minimum possible.
max-complexity = 16