Skip to content

Commit 5804bd4

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 6f68fc4 commit 5804bd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/psf/black
28-
rev: 22.6.0
28+
rev: 22.8.0
2929
hooks:
3030
- id: black
3131
args: ["--line-length", "100"]
@@ -79,7 +79,7 @@ repos:
7979
stages: [manual]
8080

8181
- repo: https://github.com/sirosen/check-jsonschema
82-
rev: 0.18.1
82+
rev: 0.18.2
8383
hooks:
8484
- id: check-jsonschema
8585
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)