Fix pep8 gate

Blacklist .eggs directory so that pep8 gate succeeds again. Infra jobs
recently been enhanced and now create a .eggs directory that can be
ignored since it is not part of this repo.

Change-Id: Iad81e5e717cd37ac67e757ea85484ca2dea28a6f
This commit is contained in:
Andreas Jaeger 2015-12-22 18:27:31 +01:00
parent 2b1f1ea7c3
commit 2a7fe20efa
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ commands = {posargs}
[flake8]
show-source = True
builtins = _
exclude=.venv,.git,.tox,*lib/python*,private
exclude=.venv,.git,.tox,*lib/python*,private,.eggs