From f250e50a86583061263aad9b31d2426312ebb023 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:43:07 +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/DavidAnson/markdownlint-cli2: v0.20.0 → v0.23.0](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.20.0...v0.23.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.14...v0.15.20) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/26.1.0...26.5.1) - [github.com/kynan/nbstripout: 0.9.0 → 0.9.1](https://github.com/kynan/nbstripout/compare/0.9.0...0.9.1) - [github.com/numpy/numpydoc: v1.10.0 → v1.11.0rc0](https://github.com/numpy/numpydoc/compare/v1.10.0...v1.11.0rc0) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.1...v2.1.0) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 880f4e3..672a9f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: types: [python, yaml, markdown] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.20.0 + rev: v0.23.0 hooks: - id: markdownlint-cli2 args: [] @@ -33,13 +33,13 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.14.14 + rev: v0.15.20 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.5.1 hooks: - id: black types: [python] @@ -48,17 +48,17 @@ repos: - id: black-jupyter - repo: https://github.com/kynan/nbstripout - rev: 0.9.0 + rev: 0.9.1 hooks: - id: nbstripout - repo: https://github.com/numpy/numpydoc - rev: v1.10.0 + rev: v1.11.0rc0 hooks: - id: numpydoc-validation - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v2.1.0 hooks: - id: mypy args: [--ignore-missing-imports] # default but useful to be explicit