From 2df41f564a0cf16cd14cb9b8641a2c35dce43a88 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:17:58 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.6 → v22.1.1](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.6...v22.1.1) - [github.com/cpplint/cpplint: 2.0.0 → 2.0.2](https://github.com/cpplint/cpplint/compare/2.0.0...2.0.2) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.2) - [github.com/BlankSpruce/gersemi: 0.26.0 → 0.26.1](https://github.com/BlankSpruce/gersemi/compare/0.26.0...0.26.1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d9db7a..8a6a5d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # https://github.com/ahal/prek repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -15,20 +15,20 @@ repos: args: ['--fix=lf'] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.6 + rev: v22.1.1 hooks: - id: clang-format types_or: [c++, c] - repo: https://github.com/cpplint/cpplint - rev: 2.0.0 + rev: 2.0.2 hooks: - id: cpplint args: - '--filter=-build/include_subdir,-build/include_order,-build/c++17,-build/include_what_you_use,-build/namespaces,-legal/copyright,-readability/todo,-runtime/references,-whitespace/indent,-whitespace/line_length' - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: [tomli] @@ -47,7 +47,7 @@ repos: entry: committed stages: [commit-msg] - repo: https://github.com/BlankSpruce/gersemi - rev: 0.26.0 + rev: 0.26.1 hooks: - id: gersemi