Skip to content

Commit 9335d4e

Browse files
pre-commit-ci[bot]max-sixtyclaude
authored
Update pre-commit hooks (#10962)
* Update pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/keewis/blackdoc: v0.4.5 → v0.4.6](keewis/blackdoc@v0.4.5...v0.4.6) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](rbubley/mirrors-prettier@v3.6.2...v3.7.3) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/adhtruong/mirrors-typos: v1.39.0 → v1.40.0](adhtruong/mirrors-typos@v1.39.0...v1.40.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Allow SLEP acronym in typos check SLEP = Scikit-Learn Enhancement Proposal, used in design_notes/named_array_design_doc.md Co-authored-by: Claude <noreply@anthropic.com> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Maximilian Roos <m@maxroos.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4321ce0 commit 9335d4e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ closeComment: |
4545
# Limit the number of actions per hour, from 1-30. Default is 30
4646
limitPerRun: 2 # start with a small number
4747

48+
4849
# Limit to only `issues` or `pulls`
4950
# only: issues
5051

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@ repos:
2424
- id: rst-inline-touching-normal
2525
- id: text-unicode-replacement-char
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.14.3
27+
rev: v0.14.7
2828
hooks:
2929
- id: ruff-check
3030
args: ["--fix", "--show-fixes"]
3131
- id: ruff-format
3232
- repo: https://github.com/keewis/blackdoc
33-
rev: v0.4.5
33+
rev: v0.4.6
3434
hooks:
3535
- id: blackdoc
3636
exclude: "generate_aggregations.py"
3737
# make sure this is the most recent version of black
3838
additional_dependencies: ["black==25.9.0"]
3939
- repo: https://github.com/rbubley/mirrors-prettier
40-
rev: v3.6.2
40+
rev: v3.7.3
4141
hooks:
4242
- id: prettier
4343
args: ["--cache-location=.prettier_cache/cache"]
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.18.2
45+
rev: v1.19.0
4646
hooks:
4747
- id: mypy
4848
# Copied from setup.cfg
@@ -76,6 +76,6 @@ repos:
7676
- id: validate-pyproject
7777
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7878
- repo: https://github.com/adhtruong/mirrors-typos
79-
rev: v1.39.0
79+
rev: v1.40.0
8080
hooks:
8181
- id: typos

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ splitted = "splitted"
427427
childs = "childs"
428428
cutted = "cutted"
429429
LOCA = "LOCA"
430+
SLEP = "SLEP"
430431

431432
[tool.typos.type.jupyter]
432433
extend-ignore-re = ["\"id\": \".*\""]

0 commit comments

Comments
 (0)