Skip to content

Commit ed5e400

Browse files
chore: update pre-commit hooks (#1495)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ian Thomas <ianthomas23@gmail.com>
1 parent 2b43f5e commit ed5e400

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.36.1
25+
rev: 0.36.2
2626
hooks:
2727
- id: check-github-workflows
2828

@@ -73,7 +73,7 @@ repos:
7373
- id: rst-inline-touching-normal
7474

7575
- repo: https://github.com/astral-sh/ruff-pre-commit
76-
rev: v0.14.14
76+
rev: v0.15.2
7777
hooks:
7878
- id: ruff-check
7979
types_or: [python, jupyter]
@@ -82,7 +82,7 @@ repos:
8282
types_or: [python, jupyter]
8383

8484
- repo: https://github.com/scientific-python/cookie
85-
rev: "2025.10.20"
85+
rev: "2025.11.21"
8686
hooks:
8787
- id: sp-repo-review
8888
additional_dependencies: ["repo-review[cli]"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,4 @@ toplevel = ["ipykernel/", "ipykernel_launcher.py"]
289289
ignore = ["W002"]
290290

291291
[tool.repo-review]
292-
ignore = ["PY007", "PP308", "GH102", "MY101"]
292+
ignore = ["PC902", "PP006", "PP304"]

0 commit comments

Comments
 (0)