From f3bf4931a09e4125c52d214782e30021e8560899 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:48:13 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/sirosen/texthooks: 0.6.6 → 0.7.1](https://github.com/sirosen/texthooks/compare/0.6.6...0.7.1) - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v22.1.8](https://github.com/pre-commit/mirrors-clang-format/compare/v18.1.8...v22.1.8) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.3](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.3) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a94713c..9dc6054 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.6.0" + rev: "v6.0.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/sirosen/texthooks - rev: "0.6.6" + rev: "0.7.1" hooks: - id: fix-ligatures - id: fix-smartquotes @@ -28,13 +28,13 @@ repos: additional_dependencies: [pyyaml] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v18.1.8" + rev: "v22.1.8" hooks: - id: clang-format types_or: [c++, c, cuda] - repo: https://github.com/codespell-project/codespell - rev: "v2.3.0" + rev: "v2.4.3" hooks: - id: codespell additional_dependencies: [tomli]