Merge "Exclude build dir for flake8 test"

This commit is contained in:
Jenkins 2017-01-24 16:32:21 +00:00 committed by Gerrit Code Review
commit dc585851de
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,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,*lib/python*,*egg
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[hacking]
local-check-factory = murano.hacking.checks.factory