Skip to content

Commit c32cad8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.32.1](python-jsonschema/check-jsonschema@0.30.0...0.32.1)
1 parent a07c217 commit c32cad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-toml
1010

1111
- repo: https://github.com/psf/black
12-
rev: 24.10.0
12+
rev: 25.1.0
1313
hooks:
1414
- id: black
1515
- id: black-jupyter
@@ -28,7 +28,7 @@ repos:
2828
- "prettier-plugin-toml"
2929

3030
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.30.0
31+
rev: 0.32.1
3232
hooks:
3333
- id: check-github-workflows
3434

0 commit comments

Comments
 (0)