Skip to content

Commit af0af44

Browse files
chore: update pre-commit hooks
updates: - [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.14.0 → v0.14.3](astral-sh/ruff-pre-commit@v0.14.0...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 2e63fd3 commit af0af44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
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
additional_dependencies:
@@ -67,7 +67,7 @@ repos:
6767
- id: rst-inline-touching-normal
6868

6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.14.0
70+
rev: v0.14.3
7171
hooks:
7272
- id: ruff-check
7373
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)