Skip to content

Commit 78a9229

Browse files
yaml related auto-fixes from prettier pre-commit hook
relates to PR #295
1 parent 59df882 commit 78a9229

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ repos:
1414
exclude: \.adoc$ # sections titles Level 6 "=======" get flagged otherwise
1515
- id: check-json
1616
exclude: ^\.devcontainer/ # Uses JSONC (comments)
17+
- id: check-yaml
1718

1819
- repo: https://github.com/rbubley/mirrors-prettier
1920
rev: v3.3.3
2021
hooks:
2122
- id: prettier
22-
files: \.json$
23+
files: \.(json|yml|yaml)$
2324
exclude: schemas/json-schema-draft-07.json
2425

2526
- repo: https://github.com/python-jsonschema/check-jsonschema

0 commit comments

Comments
 (0)