Skip to content

Commit 2bf6c4d

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.14.2](astral-sh/ruff-pre-commit@v0.12.12...v0.14.2) - [github.com/scientific-python/cookie: 2025.05.02 → 2025.10.20](scientific-python/cookie@2025.05.02...2025.10.20)
1 parent deea2b6 commit 2bf6c4d

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
@@ -67,7 +67,7 @@ repos:
6767
additional_dependencies: [tomli]
6868

6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: 'v1.17.1'
70+
rev: 'v1.18.2'
7171
hooks:
7272
- id: mypy
7373
exclude: 'noxfile\.py|docs/conf\.py'
@@ -79,7 +79,7 @@ repos:
7979
types: [file, python]
8080

8181
- repo: https://github.com/astral-sh/ruff-pre-commit
82-
rev: "v0.12.12"
82+
rev: "v0.14.2"
8383
hooks:
8484
- id: ruff
8585
types: [file, python]
@@ -94,7 +94,7 @@ repos:
9494
types: [file, python]
9595

9696
- repo: https://github.com/scientific-python/cookie
97-
rev: 2025.05.02
97+
rev: 2025.10.20
9898
hooks:
9999
- id: sp-repo-review
100100
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)