From 56b492f66c67a2f68d1db317c17b75f41b983155 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:02:51 +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/mxr/sync-pre-commit-deps: v0.0.4 → v0.0.5](https://github.com/mxr/sync-pre-commit-deps/compare/v0.0.4...v0.0.5) - [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/DavidAnson/markdownlint-cli2: v0.22.1 → v0.23.2](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.22.1...v0.23.2) --- .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 0f721f5..04785a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # Syncs pre-commit dependencies with the latest versions. - repo: https://github.com/mxr/sync-pre-commit-deps - rev: "v0.0.4" + rev: "v0.0.5" hooks: - id: sync-pre-commit-deps # Pre-commit hooks for general file checks @@ -49,12 +49,12 @@ repos: - id: yamlfmt # Codespell for detecting common misspellings in code - repo: https://github.com/codespell-project/codespell - rev: "v2.4.2" + rev: "v2.4.3" hooks: - id: codespell # Markdownlint for linting Markdown files - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.22.1 + rev: v0.23.2 hooks: - id: markdownlint-cli2 args: [--fix]