Skip to content

Commit 5698190

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.29.2](python-jsonschema/check-jsonschema@0.28.4...0.29.2) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2) - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.6.3](astral-sh/ruff-pre-commit@v0.4.8...v0.6.3) - [github.com/scientific-python/cookie: 2024.04.23 → 2024.08.19](scientific-python/cookie@2024.04.23...2024.08.19)
1 parent e159962 commit 5698190

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

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

@@ -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.18.0"
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.11.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.6.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: "2024.08.19"
9494
hooks:
9595
- id: sp-repo-review
9696
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)