From d53407475fd77dd8da574a28a3066fedbd03d73f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:20:10 +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/pre-commit/mirrors-mypy: v2.3.0 → v2.3.1](https://github.com/pre-commit/mirrors-mypy/compare/v2.3.0...v2.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.16.2 → v0.16.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.2...v0.16.6) - [github.com/scientific-python/cookie: 2026.06.18 → 2026.08.14](https://github.com/scientific-python/cookie/compare/2026.06.18...2026.08.14) --- .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 2341b8f7d..604f2d2b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: types_or: [yaml, html, json] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v2.3.0" + rev: "v2.3.1" hooks: - id: mypy files: ipykernel @@ -94,7 +94,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.2 + rev: v0.16.6 hooks: - id: ruff-check types_or: [python, jupyter] @@ -103,7 +103,7 @@ repos: types_or: [python, jupyter] - repo: https://github.com/scientific-python/cookie - rev: "2026.06.18" + rev: "2026.08.14" hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]