Skip to content

Commit 3fa99e0

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.34.0](python-jsonschema/check-jsonschema@0.28.4...0.34.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.22](hukkin/mdformat@0.7.17...0.7.22) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.20.0](adamchainz/blacken-docs@1.16.0...1.20.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.18.2](pre-commit/mirrors-mypy@v1.10.0...v1.18.2) - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.13.3](astral-sh/ruff-pre-commit@v0.4.8...v0.13.3) - [github.com/scientific-python/cookie: 2024.04.23 → 2025.10.01](scientific-python/cookie@2024.04.23...2025.10.01)
1 parent 1ed2be8 commit 3fa99e0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-case-conflict
1010
- id: check-ast
@@ -21,12 +21,12 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.28.4
24+
rev: 0.34.0
2525
hooks:
2626
- id: check-github-workflows
2727

2828
- repo: https://github.com/executablebooks/mdformat
29-
rev: 0.7.17
29+
rev: 0.7.22
3030
hooks:
3131
- id: mdformat
3232
additional_dependencies:
@@ -39,19 +39,19 @@ repos:
3939
types_or: [yaml, html, json]
4040

4141
- repo: https://github.com/adamchainz/blacken-docs
42-
rev: "1.16.0"
42+
rev: "1.20.0"
4343
hooks:
4444
- id: blacken-docs
4545
additional_dependencies: [black==23.7.0]
4646

4747
- repo: https://github.com/codespell-project/codespell
48-
rev: "v2.3.0"
48+
rev: "v2.4.1"
4949
hooks:
5050
- id: codespell
5151
args: ["-L", "sur,nd,assertin"]
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: "v1.10.0"
54+
rev: "v1.18.2"
5555
hooks:
5656
- id: mypy
5757
files: "^nbconvert"
@@ -81,7 +81,7 @@ repos:
8181
- id: rst-inline-touching-normal
8282

8383
- repo: https://github.com/astral-sh/ruff-pre-commit
84-
rev: v0.4.8
84+
rev: v0.13.3
8585
hooks:
8686
- id: ruff
8787
types_or: [python, jupyter]
@@ -90,7 +90,7 @@ repos:
9090
types_or: [python, jupyter]
9191

9292
- repo: https://github.com/scientific-python/cookie
93-
rev: "2024.04.23"
93+
rev: "2025.10.01"
9494
hooks:
9595
- id: sp-repo-review
9696
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)