Skip to content

Commit b85b5f3

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.11.13](astral-sh/ruff-pre-commit@v0.11.5...v0.11.13) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) - [github.com/scientific-python/cookie: 2025.01.22 → 2025.05.02](scientific-python/cookie@2025.01.22...2025.05.02)
1 parent 1b1e2fc commit b85b5f3

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
@@ -45,14 +45,14 @@ repos:
4545
args: [--prose-wrap=always]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.11.5"
48+
rev: "v0.11.13"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--show-fixes"]
5252
- id: ruff-format
5353

5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: "v1.15.0"
55+
rev: "v1.16.0"
5656
hooks:
5757
- id: mypy
5858
files: src|tests
@@ -92,6 +92,6 @@ repos:
9292
- id: check-readthedocs
9393

9494
- repo: https://github.com/scientific-python/cookie
95-
rev: "2025.01.22"
95+
rev: "2025.05.02"
9696
hooks:
9797
- id: sp-repo-review

0 commit comments

Comments
 (0)