From 6c7a1cca9629d09a9051b0fd0a74c7c22ebd2f01 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 20 Aug 2024 12:37:38 +0200 Subject: [PATCH] .pre-commit-config.yaml: Upgrade to pre-commit-hooks==4.6.0 (#4099) https://github.com/pre-commit/pre-commit-hooks/releases Signed-off-by: Christian Clauss --- .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 8b6cf520bf..3e9434f20e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: exclude: "^features/steps/test_starter|^kedro/templates/" - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.2.3 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer