Skip to content

Commit 3ae2553

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6](python-jsonschema/check-jsonschema@0.28.4...0.28.6) - [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.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0)
1 parent ba2c6f5 commit 3ae2553

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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.28.6
2525
hooks:
2626
- id: check-github-workflows
2727

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

3939
- repo: https://github.com/adamchainz/blacken-docs
40-
rev: "1.16.0"
40+
rev: "1.18.0"
4141
hooks:
4242
- id: blacken-docs
4343
additional_dependencies: [black==23.7.0]
@@ -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.10.1"
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.5.0
6969
hooks:
7070
- id: ruff
7171
types_or: [python, jupyter]

0 commit comments

Comments
 (0)