From 2fdfc6a1ab2af3de91382da81b1536d973980d88 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:21:15 +0000 Subject: [PATCH] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.7 → v0.16.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.7...v0.16.8) - [github.com/numpy/numpydoc: v1.11.0rc0 → v1.11.0](https://github.com/numpy/numpydoc/compare/v1.11.0rc0...v1.11.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d5b8dc..d75ae98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.7 + rev: v0.16.8 hooks: - id: ruff-check args: ["--fix", "--show-fixes"] @@ -74,7 +74,7 @@ repos: - "types-docutils" - repo: https://github.com/numpy/numpydoc - rev: v1.11.0rc0 + rev: v1.11.0 hooks: - id: numpydoc-validation files: '^src/'