From 22c58f939078b273637df4b1f34254e757e5f13d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:04:07 +0000 Subject: [PATCH 1/2] chore(deps): pre-commit.ci autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-clang-format: v22.1.5 → v22.1.8](https://github.com/pre-commit/mirrors-clang-format/compare/v22.1.5...v22.1.8) - [github.com/hofbi/dev-tools: 1.12.0 → pre-commit-excludes-0.3.0](https://github.com/hofbi/dev-tools/compare/1.12.0...pre-commit-excludes-0.3.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45afc39..0450ac2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.5 + rev: v22.1.8 hooks: - id: clang-format - repo: https://github.com/cheshirekow/cmake-format-precommit @@ -41,7 +41,7 @@ repos: hooks: - id: typos - repo: https://github.com/hofbi/dev-tools - rev: 1.12.0 + rev: pre-commit-excludes-0.3.0 hooks: - id: check-max-one-sentence-per-line - id: check-snake-case From fa8ea268941be350ac9bafc6e4d63ee18567c7a7 Mon Sep 17 00:00:00 2001 From: Chris Bachhuber Date: Sun, 9 Aug 2026 07:06:42 +0200 Subject: [PATCH 2/2] Apply suggestion from @cbachhuber --- .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 0450ac2..3ef3f6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: hooks: - id: typos - repo: https://github.com/hofbi/dev-tools - rev: pre-commit-excludes-0.3.0 + rev: 1.12.1 hooks: - id: check-max-one-sentence-per-line - id: check-snake-case