From e612c945caad8b36fff85aa3b45bb368ea1661d0 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Fri, 25 Sep 2026 20:47:27 +0300 Subject: [PATCH] chore: update the pre-commit hooks quarterly pre-commit.ci opened an autoupdate pull request almost every week, and each one needs a review. Once a quarter is enough for linters and formatters, and it is what cpp-linter/cpp-linter already does. A hook can still be updated by hand with `pre-commit autoupdate` when needed. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1755121..d7dc408 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,7 @@ ci: autofix_prs: true autofix_commit_msg: 'chore: auto fixes from pre-commit.com hooks' autoupdate_commit_msg: 'chore: pre-commit autoupdate' + autoupdate_schedule: quarterly repos: - repo: https://github.com/pre-commit/pre-commit-hooks