Skip to content

Commit 22c3b6b

Browse files
authored
Adjust yaml lint to allow for different sequence indent options
1 parent efe21d7 commit 22c3b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repos:
5757
[
5858
"--no-warnings",
5959
"--config-data",
60-
"{extends: default, rules: {line-length: disable, braces: {max-spaces-inside: 1}}}",
60+
"{extends: default, rules: {line-length: disable, braces: {max-spaces-inside: 1}, indentation: {spaces: consistent, indent-sequences: whatever}}}",
6161
]
6262
types: [text]
6363
files: \.(yml|yaml)$

0 commit comments

Comments
 (0)