Skip to content

Commit 749be5e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/sirosen/check-jsonschema: 0.19.2 → 0.21.0](python-jsonschema/check-jsonschema@0.19.2...0.21.0)
1 parent ea6ae43 commit 749be5e

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 22.12.0 # Replace by any tag/version: https://github.com/psf/black/tags
6+
rev: 23.1.0 # Replace by any tag/version: https://github.com/psf/black/tags
77
hooks:
88
- id: black
99
language_version: python3 # Should be a command that runs python3.6+
@@ -32,7 +32,7 @@ repos:
3232
- id: trailing-whitespace
3333

3434
- repo: https://github.com/sirosen/check-jsonschema
35-
rev: 0.19.2
35+
rev: 0.21.0
3636
hooks:
3737
- id: check-jsonschema
3838
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)