From ff7e5e83a4a17710918a543d2c87d6e69eb757b8 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 6 May 2025 07:08:30 +0100 Subject: [PATCH] Make less frequent pre-commit updates https://pre-commit.ci/#configuration-autoupdate_schedule --- .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 ecafc80..39f644d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ ci: - autoupdate_schedule: monthly + autoupdate_schedule: quarterly repos: - repo: https://github.com/pre-commit/pre-commit-hooks