Skip to content

Commit 7473fc3

Browse files
chore: update pre-commit hooks (#2242)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Min RK <benjaminrk@gmail.com>
1 parent 4322f7f commit 7473fc3

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.34.1
24+
rev: 0.37.0
2525
hooks:
2626
- id: check-github-workflows
2727

@@ -49,7 +49,7 @@ repos:
4949
args: ["-L", "sur,nd,assertin"]
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: "v1.18.2"
52+
rev: "v1.19.1"
5353
hooks:
5454
- id: mypy
5555
files: "^nbconvert"
@@ -79,7 +79,7 @@ repos:
7979
- id: rst-inline-touching-normal
8080

8181
- repo: https://github.com/astral-sh/ruff-pre-commit
82-
rev: v0.14.0
82+
rev: v0.15.4
8383
hooks:
8484
- id: ruff-check
8585
types_or: [python, jupyter]
@@ -88,7 +88,7 @@ repos:
8888
types_or: [python, jupyter]
8989

9090
- repo: https://github.com/scientific-python/cookie
91-
rev: "2025.10.01"
91+
rev: "2026.03.02"
9292
hooks:
9393
- id: sp-repo-review
9494
additional_dependencies: ["repo-review[cli]"]

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,12 @@ fail-under=100
261261
exclude = ["tests", "docs"]
262262

263263
[tool.repo-review]
264-
ignore = ["GH102"]
264+
ignore = [
265+
"GH102",
266+
"PC902",
267+
"PP006",
268+
"PP304",
269+
]
265270

266271

267272
[tool.codespell]

0 commit comments

Comments
 (0)