ignore build directory for pep8

this mirrors the excludes from nova.

Change-Id: I0ca5f02918842fc708c704fcf2845936dc1c5965
This commit is contained in:
Sean Dague 2014-04-03 09:56:14 -04:00
parent 9e7bfac63b
commit a8cd52794d
1 changed files with 1 additions and 1 deletions

View File

@ -46,4 +46,4 @@ commands = {posargs}
ignore = E711,E712,E125,H302,H404
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools