Get tests working again by updating git pre-hooks

This commit is contained in:
Sam 2018-03-02 17:23:20 -05:00
parent 9aaa244b68
commit 79c56d00ef
3 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,6 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: 'v0.4.2'
sha: v1.2.3
hooks:
- id: check-added-large-files
- id: check-docstring-first

6
debian/changelog vendored
View File

@ -6,7 +6,7 @@ docker-custodian (0.7.0) lucid; urgency=low
docker-custodian (0.6.1) lucid; urgency=low
* New release for pypi
* New release for pypi
-- kwa <kwa@kwa-MacBookPro> Wed, 31 Aug 2016 09:49:37 -0700
@ -25,7 +25,7 @@ docker-custodian (0.5.3) lucid; urgency=low
docker-custodian (0.5.2) lucid; urgency=low
* Fixed bug where never started containers that are not old were getting removed
* Fixed bug where never started containers that are not old were getting removed
-- Semir Patel <spatel@yelp.com> Tue, 15 Dec 2015 09:44:26 -0800
@ -58,7 +58,7 @@ docker-custodian (0.3.2) lucid; urgency=low
docker-custodian (0.3.1) lucid; urgency=low
* Fix broken commands
* Fix broken commands
-- Daniel Nephin <dnephin@yelp.com> Mon, 09 Mar 2015 17:58:03 -0700

View File

@ -9,5 +9,6 @@ deps =
pytest
commands =
py.test {posargs:tests}
pre-commit autoupdate
pre-commit install -f --install-hooks
pre-commit run --all-files