Skip to content

Commit 4e72917

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/sirosen/check-jsonschema: 0.27.3 → 0.27.4](python-jsonschema/check-jsonschema@0.27.3...0.27.4)
1 parent c7450ea commit 4e72917

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: 23.12.1 # Replace by any tag/version: https://github.com/psf/black/tags
6+
rev: 24.1.1 # 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.27.3
35+
rev: 0.27.4
3636
hooks:
3737
- id: check-jsonschema
3838
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)