From 79c56d00ef6bfa159ee391b0a3bcedfd918a4e93 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 2 Mar 2018 17:23:20 -0500 Subject: [PATCH] Get tests working again by updating git pre-hooks --- .pre-commit-config.yaml | 3 ++- debian/changelog | 6 +++--- tox.ini | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 513b174..624406f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/debian/changelog b/debian/changelog index 2ab3ecd..bcc54c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 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 Mon, 09 Mar 2015 17:58:03 -0700 diff --git a/tox.ini b/tox.ini index 355c2b5..f5aa006 100644 --- a/tox.ini +++ b/tox.ini @@ -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