From bfacd755c331628a0a4fdc80ad0a7066eb0f2897 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 19:43:31 +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/codespell-project/codespell: v2.4.2 → v2.4.3](https://github.com/codespell-project/codespell/compare/v2.4.2...v2.4.3) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.6.1 → 3.8.0](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.6.1...3.8.0) - [github.com/DavidAnson/markdownlint-cli2: v0.22.1 → v0.23.2](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.22.1...v0.23.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.18 → v0.16.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.18...v0.16.1) - [github.com/trim21/pre-commit-mirror-meson: v1.11.1 → v1.11.2](https://github.com/trim21/pre-commit-mirror-meson/compare/v1.11.1...v1.11.2) --- .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 758bc6a..5f37a0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: hooks: - id: remove-crlf - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell additional_dependencies: @@ -39,7 +39,7 @@ repos: args: - --msg-filename - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.6.1 + rev: 3.8.0 hooks: - id: editorconfig-checker - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -69,13 +69,13 @@ repos: - mdformat-config - mdformat-web - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.22.1 + rev: v0.23.2 hooks: - id: markdownlint-cli2 additional_dependencies: - markdown-it-texmath - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.18 + rev: v0.16.1 hooks: - id: ruff-check - id: ruff-format @@ -84,7 +84,7 @@ repos: hooks: - id: pyright - repo: https://github.com/trim21/pre-commit-mirror-meson - rev: v1.11.1 + rev: v1.11.2 hooks: - id: meson-fmt