Skip to content

Commit 50e041f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f234a54 commit 50e041f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,9 @@ repos:
5656
name: "Validate GitHub issue templates"
5757
files: ^\.github/ISSUE_TEMPLATE/.*\.yml$
5858
exclude: ^\.github/ISSUE_TEMPLATE/config\.yml$
59-
args: ["--verbose", "--schemafile", ".github/schemas/github-issue-forms.json"]
59+
args:
60+
[
61+
"--verbose",
62+
"--schemafile",
63+
".github/schemas/github-issue-forms.json",
64+
]

0 commit comments

Comments
 (0)