Skip to content

Commit ca3a0c9

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.34.0](python-jsonschema/check-jsonschema@0.33.0...0.34.0) - [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.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.11.11...v0.13.3) - [github.com/scientific-python/cookie: 2025.05.02 → 2025.10.01](scientific-python/cookie@2025.05.02...2025.10.01)
1 parent e3f97c5 commit ca3a0c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-case-conflict
1010
- id: check-ast
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

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

@@ -39,13 +39,13 @@ repos:
3939
types_or: [yaml, html, json]
4040

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

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.15.0"
48+
rev: "v1.18.2"
4949
hooks:
5050
- id: mypy
5151
files: jupyter_core
@@ -67,7 +67,7 @@ repos:
6767
- id: rst-inline-touching-normal
6868

6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.11.11
70+
rev: v0.13.3
7171
hooks:
7272
- id: ruff
7373
types_or: [python, jupyter]
@@ -76,7 +76,7 @@ repos:
7676
types_or: [python, jupyter]
7777

7878
- repo: https://github.com/scientific-python/cookie
79-
rev: "2025.05.02"
79+
rev: "2025.10.01"
8080
hooks:
8181
- id: sp-repo-review
8282
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)