Skip to content

Commit ee2fefd

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/scientific-python/cookie: 2025.05.02 → 2025.10.01](scientific-python/cookie@2025.05.02...2025.10.01)
1 parent b08f238 commit ee2fefd

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
@@ -51,7 +51,7 @@ repos:
5151
- id: trailing-whitespace
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: "v0.12.11"
54+
rev: "v0.13.3"
5555
hooks:
5656
- id: ruff
5757
types: [file, python]
@@ -67,7 +67,7 @@ repos:
6767
additional_dependencies: [tomli]
6868

6969
- repo: https://github.com/adamchainz/blacken-docs
70-
rev: 1.19.1
70+
rev: 1.20.0
7171
hooks:
7272
- id: blacken-docs
7373
types: [file, rst]
@@ -79,7 +79,7 @@ repos:
7979
types: [file, python]
8080

8181
- repo: https://github.com/pre-commit/mirrors-mypy
82-
rev: 'v1.17.1'
82+
rev: 'v1.18.2'
8383
hooks:
8484
- id: mypy
8585
exclude: 'noxfile\.py|docs/src/conf\.py|^benchmarks'
@@ -91,7 +91,7 @@ repos:
9191
- id: validate-pyproject
9292

9393
- repo: https://github.com/scientific-python/cookie
94-
rev: 2025.05.02
94+
rev: 2025.10.01
9595
hooks:
9696
- id: sp-repo-review
9797
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)