From 5e5236c9e82dfb3b100a1c07bdff19e062cfdbc0 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 22:26:25 +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/numpy/numpydoc: v1.10.0 → v1.11.0rc0](https://github.com/numpy/numpydoc/compare/v1.10.0...v1.11.0rc0) - [github.com/stefmolin/docstringify: 1decb1a66b512ab792fdc0d190a7ba761b3d70fd → 2.0.0](https://github.com/stefmolin/docstringify/compare/1decb1a66b512ab792fdc0d190a7ba761b3d70fd...2.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.12...v0.15.20) - [github.com/tox-dev/pyproject-fmt: v2.21.1 → v2.25.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.21.1...v2.25.1) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 471367c..4b631c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,13 +20,13 @@ repos: exclude: (\.(svg|png|pdf)$)|(CODE_OF_CONDUCT.md) - repo: https://github.com/numpy/numpydoc - rev: v1.10.0 + rev: v1.11.0rc0 hooks: - id: numpydoc-validation exclude: (tests|docs)/.* - repo: https://github.com/stefmolin/docstringify - rev: 1decb1a66b512ab792fdc0d190a7ba761b3d70fd + rev: 2.0.0 hooks: - id: docstringify-edit name: docstringify source code with numpydoc style @@ -38,14 +38,14 @@ repos: files: tests/.* - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.20 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix, --show-fixes] - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.21.1 + rev: v2.25.1 hooks: - id: pyproject-fmt args: [--keep-full-version, --no-print-diff]