Skip to content

Commit 2f78752

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/sirosen/check-jsonschema: 0.18.1 → 0.18.2](python-jsonschema/check-jsonschema@0.18.1...0.18.2)
1 parent 4e830ec commit 2f78752

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
@@ -21,7 +21,7 @@ repos:
2121
exclude: .bumpversion.cfg
2222

2323
- repo: https://github.com/psf/black
24-
rev: 22.6.0
24+
rev: 22.8.0
2525
hooks:
2626
- id: black
2727
args: ["--line-length", "100"]
@@ -52,7 +52,7 @@ repos:
5252
stages: [manual]
5353

5454
- repo: https://github.com/sirosen/check-jsonschema
55-
rev: 0.18.1
55+
rev: 0.18.2
5656
hooks:
5757
- id: check-jsonschema
5858
name: 'Check GitHub Workflows'

0 commit comments

Comments
 (0)