We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dec2e commit 5947c25Copy full SHA for 5947c25
.pre-commit-config.yaml
@@ -47,12 +47,8 @@ repos:
47
additional_dependencies:
48
["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
49
50
- - repo: https://github.com/sirosen/check-jsonschema
51
- rev: 0.18.4
+ - repo: https://github.com/python-jsonschema/check-jsonschema
+ rev: 0.19.2
52
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"]
+ - id: check-github-workflows
58
stages: [manual]
0 commit comments