Skip to content

Commit 78f8bcd

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.30.0](python-jsonschema/check-jsonschema@0.28.4...0.30.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.19](hukkin/mdformat@0.7.17...0.7.19) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.13.0](pre-commit/mirrors-mypy@v1.10.0...v1.13.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.8.1](astral-sh/ruff-pre-commit@v0.4.8...v0.8.1) - [github.com/scientific-python/cookie: 2024.04.23 → 2024.08.19](scientific-python/cookie@2024.04.23...2024.08.19)
1 parent 6e5fdb3 commit 78f8bcd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .pre-commit-config.yaml

+7-7
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.30.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.19
3030
hooks:
3131
- id: mdformat
3232
additional_dependencies:
@@ -39,7 +39,7 @@ repos:
3939
types_or: [yaml, html, json]
4040

4141
- repo: https://github.com/adamchainz/blacken-docs
42-
rev: "1.16.0"
42+
rev: "1.19.1"
4343
hooks:
4444
- id: blacken-docs
4545
additional_dependencies: [black==23.7.0]
@@ -51,7 +51,7 @@ repos:
5151
args: ["-L", "sur,nd,assertin"]
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: "v1.10.0"
54+
rev: "v1.13.0"
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.8.1
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: "2024.08.19"
9494
hooks:
9595
- id: sp-repo-review
9696
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)