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 59df882 commit 78a9229Copy full SHA for 78a9229
.pre-commit-config.yaml
@@ -14,12 +14,13 @@ repos:
14
exclude: \.adoc$ # sections titles Level 6 "=======" get flagged otherwise
15
- id: check-json
16
exclude: ^\.devcontainer/ # Uses JSONC (comments)
17
+ - id: check-yaml
18
19
- repo: https://github.com/rbubley/mirrors-prettier
20
rev: v3.3.3
21
hooks:
22
- id: prettier
- files: \.json$
23
+ files: \.(json|yml|yaml)$
24
exclude: schemas/json-schema-draft-07.json
25
26
- repo: https://github.com/python-jsonschema/check-jsonschema
0 commit comments