From e6d1442d5cd4164c12f71bbcc1c02cd2b06492cf Mon Sep 17 00:00:00 2001 From: Mirco Nasuti <mirco.nasuti@chuv.ch> Date: Tue, 24 Oct 2017 18:06:45 +0200 Subject: [PATCH] downgrade pre-commit version --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70d9b135b..e89de63d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: git://github.com/pre-commit/pre-commit-hooks - sha: v0.9.5 + sha: v0.7.1 hooks: - id: trailing-whitespace - id: end-of-file-fixer -- GitLab