Skip to content

Commit 3114544

Browse files
chore: update pre-commit hooks
updates: - [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/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.6](astral-sh/ruff-pre-commit@v0.12.11...v0.14.6) - [github.com/scientific-python/cookie: 2025.05.02 → 2025.11.21](scientific-python/cookie@2025.05.02...2025.11.21)
1 parent 9e34057 commit 3114544

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
@@ -45,7 +45,7 @@ repos:
4545
# NOTE : keep these in hook-name (aka 'id') order
4646

4747
- repo: https://github.com/adamchainz/blacken-docs
48-
rev: 1.19.1
48+
rev: 1.20.0
4949
hooks:
5050
- id: blacken-docs
5151
types: [file, rst]
@@ -58,7 +58,7 @@ repos:
5858
additional_dependencies: [tomli]
5959

6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: 'v1.17.1'
61+
rev: 'v1.18.2'
6262
hooks:
6363
- id: mypy
6464
additional_dependencies:
@@ -72,7 +72,7 @@ repos:
7272
types: [file, python]
7373

7474
- repo: https://github.com/astral-sh/ruff-pre-commit
75-
rev: "v0.12.11"
75+
rev: "v0.14.6"
7676
hooks:
7777
# Run the linter
7878
- id: ruff
@@ -88,7 +88,7 @@ repos:
8888
types: [file, python]
8989

9090
- repo: https://github.com/scientific-python/cookie
91-
rev: 2025.05.02
91+
rev: 2025.11.21
9292
hooks:
9393
- id: sp-repo-review
9494
additional_dependencies: ["repo-review[cli]"] # TODO: Only neededed if extra dependencies are required

0 commit comments

Comments
 (0)