From b04ea4c9a5efe7e8a9a5b641d534b24186ca0cb1 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 21:57:36 +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/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.22](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.11...v0.15.22) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](https://github.com/codespell-project/codespell/compare/v2.4.2...v2.4.3) - [github.com/pre-commit/mirrors-clang-format: v22.1.3 → v22.1.8](https://github.com/pre-commit/mirrors-clang-format/compare/v22.1.3...v22.1.8) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c2d498..432d6c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.11 + rev: v0.15.22 hooks: # Run the linter. - id: ruff-check @@ -35,13 +35,13 @@ repos: - mdformat-ruff - mdformat-toc - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.3 # Use the sha / tag you want to point at + rev: v22.1.8 # Use the sha / tag you want to point at hooks: - id: clang-format args: ["-style=Google"]