Skip to content

Commit bdac968

Browse files
Olivia WilsonOlivia Wilson
authored andcommitted
Issue 11 adds capability for multiple documents in yaml
Currently Yaml using multiple documents will not be allowed and would fail the pre-commit. Using the additional arguments it allows these types of files
1 parent c1d84c3 commit bdac968

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ repos:
55
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.0
66
hooks:
77
- id: check-yaml
8+
args: ["--allow-multiple-documents"]
89
- id: forbid-submodules
910
- id: check-added-large-files
1011
- id: check-case-conflict

0 commit comments

Comments
 (0)