Skip to content

Commit 28f9cb5

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.15.0](pre-commit/mirrors-mypy@v1.8.0...v1.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.9.6](astral-sh/ruff-pre-commit@v0.2.0...v0.9.6) - [github.com/scientific-python/cookie: 2024.01.24 → 2025.01.22](scientific-python/cookie@2024.01.24...2025.01.22)
1 parent 6aeb2b2 commit 28f9cb5

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
@@ -40,7 +40,7 @@ repos:
4040
types_or: [yaml, html, json]
4141

4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: "v1.8.0"
43+
rev: "v1.15.0"
4444
hooks:
4545
- id: mypy
4646
files: ipykernel
@@ -74,7 +74,7 @@ repos:
7474
- id: rst-inline-touching-normal
7575

7676
- repo: https://github.com/astral-sh/ruff-pre-commit
77-
rev: v0.2.0
77+
rev: v0.9.6
7878
hooks:
7979
- id: ruff
8080
types_or: [python, jupyter]
@@ -83,7 +83,7 @@ repos:
8383
types_or: [python, jupyter]
8484

8585
- repo: https://github.com/scientific-python/cookie
86-
rev: "2024.01.24"
86+
rev: "2025.01.22"
8787
hooks:
8888
- id: sp-repo-review
8989
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)