From 43aee61d0cd934695ef46381aee8ed10ef2d4b4a Mon Sep 17 00:00:00 2001 From: Ludovic Claude <ludovic.claude54@gmail.com> Date: Fri, 6 Oct 2017 17:44:23 +0200 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eee6314bc..70d9b135b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,9 @@ +repos: - repo: git://github.com/pre-commit/pre-commit-hooks - sha: v0.7.1 + sha: v0.9.5 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-merge-conflict - - id: check-added-large-files + #- id: check-added-large-files - disabled, bug in v0.9.5? - id: check-yaml -- GitLab