From 8dcaa8c46d4ad71e1246461c7dc3886cc3499261 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:44:38 +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.15 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.15...v0.15.20) - [github.com/DavidAnson/markdownlint-cli2: v0.22.1 → v0.23.0](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.22.1...v0.23.0) - [github.com/jsh9/pydoclint: 0.8.4 → 0.9.1](https://github.com/jsh9/pydoclint/compare/0.8.4...0.9.1) --- .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 f3f0ba9c..ef8a7a7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.15 + rev: v0.15.20 hooks: # Run the linter. - id: ruff @@ -33,7 +33,7 @@ repos: ".codespellignore", ] - repo: https://github.com/DavidAnson/markdownlint-cli2 # For formatting markdown for documentation - rev: v0.22.1 + rev: v0.23.0 hooks: - id: markdownlint-cli2 args: [ @@ -42,7 +42,7 @@ repos: ".markdownlint.json", ] - repo: https://github.com/jsh9/pydoclint # For checking docstrings - rev: 0.8.4 + rev: 0.9.1 hooks: - id: pydoclint args: [--style=numpy, --skip-checking-raises=True, --allow-init-docstring=True]