Skip to content

Commit 044bca6

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.31.2](python-jsonschema/check-jsonschema@0.28.4...0.31.2) - [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.19.1](adamchainz/blacken-docs@1.16.0...1.19.1) - [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.15.0](pre-commit/mirrors-mypy@v1.10.0...v1.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.4.7...v0.9.9) - [github.com/scientific-python/cookie: 2024.04.23 → 2025.01.22](scientific-python/cookie@2024.04.23...2025.01.22)
1 parent ba2c6f5 commit 044bca6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
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: v5.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.31.2
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

@@ -37,13 +37,13 @@ repos:
3737
types_or: [yaml, html, json]
3838

3939
- repo: https://github.com/adamchainz/blacken-docs
40-
rev: "1.16.0"
40+
rev: "1.19.1"
4141
hooks:
4242
- id: blacken-docs
4343
additional_dependencies: [black==23.7.0]
4444

4545
- repo: https://github.com/codespell-project/codespell
46-
rev: "v2.3.0"
46+
rev: "v2.4.1"
4747
hooks:
4848
- id: codespell
4949
args: ["-L", "sur,nd,assertin"]
@@ -56,7 +56,7 @@ repos:
5656
- id: rst-inline-touching-normal
5757

5858
- repo: https://github.com/pre-commit/mirrors-mypy
59-
rev: "v1.10.0"
59+
rev: "v1.15.0"
6060
hooks:
6161
- id: mypy
6262
files: "^nbformat"
@@ -65,7 +65,7 @@ repos:
6565
["jsonschema>=2.6", "traitlets>=5.13", "jupyter_core>5.4"]
6666

6767
- repo: https://github.com/astral-sh/ruff-pre-commit
68-
rev: v0.4.7
68+
rev: v0.9.9
6969
hooks:
7070
- id: ruff
7171
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: "2024.04.23"
79+
rev: "2025.01.22"
8080
hooks:
8181
- id: sp-repo-review
8282
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)