From ff914c2dd190bf58d43a60bf114fb37179c63860 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sun, 3 May 2020 11:43:07 +0200 Subject: [PATCH] pre-commit: newer version of pre-commit-hooks --- .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 33e8d92..3d7eed1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v2.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer