From 33cb9544a3bbbf4130d8e09dd0f8bfc7745baf09 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:33:15 +0000 Subject: [PATCH 1/3] 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.14.3 → v0.14.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.3...v0.14.7) - [github.com/keewis/blackdoc: v0.4.5 → v0.4.6](https://github.com/keewis/blackdoc/compare/v0.4.5...v0.4.6) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](https://github.com/rbubley/mirrors-prettier/compare/v3.6.2...v3.7.3) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.18.2...v1.19.0) - [github.com/adhtruong/mirrors-typos: v1.39.0 → v1.40.0](https://github.com/adhtruong/mirrors-typos/compare/v1.39.0...v1.40.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index feaea311db8..b216fdf6775 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,25 +24,25 @@ repos: - id: rst-inline-touching-normal - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.3 + rev: v0.14.7 hooks: - id: ruff-check args: ["--fix", "--show-fixes"] - id: ruff-format - repo: https://github.com/keewis/blackdoc - rev: v0.4.5 + rev: v0.4.6 hooks: - id: blackdoc exclude: "generate_aggregations.py" # make sure this is the most recent version of black additional_dependencies: ["black==25.9.0"] - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.6.2 + rev: v3.7.3 hooks: - id: prettier args: ["--cache-location=.prettier_cache/cache"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.0 hooks: - id: mypy # Copied from setup.cfg @@ -76,6 +76,6 @@ repos: - id: validate-pyproject additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.39.0 + rev: v1.40.0 hooks: - id: typos From 85b786336a1c3acb7df55badfe1f0ef86efeaaa5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:35:42 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index e29b7ddcc5e..9a47b3098f0 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -45,6 +45,7 @@ closeComment: | # Limit the number of actions per hour, from 1-30. Default is 30 limitPerRun: 2 # start with a small number + # Limit to only `issues` or `pulls` # only: issues From acdd2d78bdb266f047704b7eec6b3566ebff6f54 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Mon, 1 Dec 2025 13:37:17 -0800 Subject: [PATCH 3/3] Allow SLEP acronym in typos check SLEP = Scikit-Learn Enhancement Proposal, used in design_notes/named_array_design_doc.md Co-authored-by: Claude --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 31886b8c7ca..5289706414e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -427,6 +427,7 @@ splitted = "splitted" childs = "childs" cutted = "cutted" LOCA = "LOCA" +SLEP = "SLEP" [tool.typos.type.jupyter] extend-ignore-re = ["\"id\": \".*\""]