From c9f523e2e9e3ea9aeafe67528759868a0c1b0c8f Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Mon, 25 Sep 2023 11:11:51 +0100 Subject: [PATCH] fix pre-commit --- .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 5bc9f001c..c46d96841 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.3.0 hooks: - id: check-added-large-files - id: check-yaml