From 241c6b1973734ef3290d76c51065d3cef86e192c Mon Sep 17 00:00:00 2001 From: Nathan Simpson Date: Wed, 19 Jun 2024 17:52:04 +0100 Subject: [PATCH] Intentional downgrade to test autoupdate --- project_template/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_template/.pre-commit-config.yaml b/project_template/.pre-commit-config.yaml index c1be5e4..2afd351 100644 --- a/project_template/.pre-commit-config.yaml +++ b/project_template/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.6.0" + rev: "v4.5.0" hooks: - id: check-added-large-files - id: check-case-conflict