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 56860e2 commit 8ae102fCopy full SHA for 8ae102f
.pre-commit-config.yaml
@@ -21,14 +21,14 @@ repos:
21
- id: check-yaml
22
23
- repo: https://github.com/rbubley/mirrors-prettier
24
- rev: v3.3.3
+ rev: v3.4.2
25
hooks:
26
- id: prettier
27
files: \.(json|yml|yaml)$
28
exclude: schemas/json-schema-draft-07.json
29
30
- repo: https://github.com/python-jsonschema/check-jsonschema
31
- rev: 0.29.4
+ rev: 0.30.0
32
33
- id: check-jsonschema
34
alias: check-jsonschema-inst
0 commit comments