From 63887dcc00cb0edf2000e4e69643f82b58e15615 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:13:37 +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: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/DavidAnson/markdownlint-cli2: v0.19.1 → v0.22.0](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.19.1...v0.22.0) - [github.com/rstcheck/rstcheck: v6.2.4 → v6.2.5](https://github.com/rstcheck/rstcheck/compare/v6.2.4...v6.2.5) - [github.com/adrienverge/yamllint: v1.35.1 → v1.38.0](https://github.com/adrienverge/yamllint/compare/v1.35.1...v1.38.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.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 7dbd634..108a5ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: # General file hygiene # --------------------------------------------------------------------------- - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files # block files > 1 MB args: ['--maxkb=1000'] @@ -41,7 +41,7 @@ repos: # markdownlint-cli2 is the official CLI maintained by the markdownlint author (DavidAnson). # --------------------------------------------------------------------------- - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.19.1 + rev: v0.22.0 hooks: - id: markdownlint-cli2 # --fix auto-corrects issues with a safe mechanical fix. @@ -52,7 +52,7 @@ repos: # reStructuredText validation (toctree, directives, broken references) # --------------------------------------------------------------------------- - repo: https://github.com/rstcheck/rstcheck - rev: v6.2.4 + rev: v6.2.5 hooks: - id: rstcheck additional_dependencies: ['rstcheck-core', 'sphinx'] @@ -63,7 +63,7 @@ repos: # Config: .yamllint.yaml # --------------------------------------------------------------------------- - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint args: [--config-file, .yamllint.yaml] @@ -72,7 +72,7 @@ repos: # Spell checking (.md, .rst, .yml, .yaml) # --------------------------------------------------------------------------- - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell files: ^.*\.(md|rst|ya?ml)$