Skip to content

Commit 5947c25

Browse files
authored
Update check-jsonschema usage to latest style (#50)
1 parent 50dec2e commit 5947c25

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,8 @@ repos:
4747
additional_dependencies:
4848
["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
4949

50-
- repo: https://github.com/sirosen/check-jsonschema
51-
rev: 0.18.4
50+
- repo: https://github.com/python-jsonschema/check-jsonschema
51+
rev: 0.19.2
5252
hooks:
53-
- id: check-jsonschema
54-
name: "Check GitHub Workflows"
55-
files: ^\.github/workflows/
56-
types: [yaml]
57-
args: ["--schemafile", "https://json.schemastore.org/github-workflow"]
53+
- id: check-github-workflows
5854
stages: [manual]

0 commit comments

Comments
 (0)