From 9a36d01b47ebb89de8a0fc61cdf278b8b5e6259b Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Mon, 6 Apr 2026 21:46:35 +0200 Subject: [PATCH] Update .pre-commit-config.yaml --- .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 7112c81..94f4900 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -96,5 +96,5 @@ repos: ci: autoupdate_commit_msg: 'chore: update pre-commit hooks' - autoupdate_schedule: monthly + autoupdate_schedule: quarterly autofix_commit_msg: 'style: pre-commit fixes'