Merge "Trivial: remove openstack/common in flake8 exclude list"

This commit is contained in:
Jenkins 2016-05-15 03:49:47 +00:00 committed by Gerrit Code Review
commit d1491c82f8

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