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

This commit is contained in:
Jenkins 2016-05-18 12:12:19 +00:00 committed by Gerrit Code Review
commit 9d034c3897

View File

@ -74,7 +74,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[flake8]
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg
[hacking]
local-check-factory = murano.hacking.checks.factory