Correct the pep8 exclude

.build -> build

Change-Id: I82f779640098353b6475a98e865d979ff3f34a11
This commit is contained in:
zhurong 2017-01-17 15:08:56 +08:00
parent 5bf240506e
commit d88bfdef39
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ commands =
[flake8]
show-source = true
builtins = _
exclude=.build,.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,horizon,settings.py,*/local/*
exclude=build,.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,horizon,settings.py,*/local/*
[hacking]
import_exceptions = collections.defaultdict,