Skip to content

Commit 875e990

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](python-jsonschema/check-jsonschema@0.34.0...0.34.1) - [github.com/hukkin/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/scientific-python/cookie: 2025.10.01 → 2025.10.20](scientific-python/cookie@2025.10.01...2025.10.20)
1 parent ceaf199 commit 875e990

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

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

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

2828
- repo: https://github.com/hukkin/mdformat
29-
rev: 0.7.22
29+
rev: 1.0.0
3030
hooks:
3131
- id: mdformat
3232

@@ -65,7 +65,7 @@ repos:
6565
["jsonschema>=2.6", "traitlets>=5.13", "jupyter_core>5.4"]
6666

6767
- repo: https://github.com/astral-sh/ruff-pre-commit
68-
rev: v0.13.3
68+
rev: v0.14.3
6969
hooks:
7070
- id: ruff-check
7171
types_or: [python, jupyter]
@@ -76,7 +76,7 @@ repos:
7676
types_or: [python, jupyter]
7777

7878
- repo: https://github.com/scientific-python/cookie
79-
rev: "2025.10.01"
79+
rev: "2025.10.20"
8080
hooks:
8181
- id: sp-repo-review
8282
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)