Skip to content

Commit ce9cb22

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.29.1](python-jsonschema/check-jsonschema@0.28.4...0.29.1) - [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.1](pre-commit/mirrors-mypy@v1.10.0...v1.11.1) - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.5.6](astral-sh/ruff-pre-commit@v0.4.8...v0.5.6)
1 parent bc0a0ed commit ce9cb22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
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.1
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.1"
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.5.6
8585
hooks:
8686
- id: ruff
8787
types_or: [python, jupyter]

0 commit comments

Comments
 (0)