Skip to content

Commit 513f740

Browse files
committed
Prettier makes me angrier
1 parent f234a54 commit 513f740

3 files changed

Lines changed: 18 additions & 3 deletions

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+
]

tests/data/test_package_generation/.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,9 @@ repos:
4848
name: "Validate GitHub issue templates"
4949
files: ^\.github/ISSUE_TEMPLATE/.*\.yml$
5050
exclude: ^\.github/ISSUE_TEMPLATE/config\.yml$
51-
args: ["--verbose", "--schemafile", ".github/schemas/github-issue-forms.json"]
51+
args:
52+
[
53+
"--verbose",
54+
"--schemafile",
55+
".github/schemas/github-issue-forms.json",
56+
]

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,9 @@ repos:
4848
name: "Validate GitHub issue templates"
4949
files: ^\.github/ISSUE_TEMPLATE/.*\.yml$
5050
exclude: ^\.github/ISSUE_TEMPLATE/config\.yml$
51-
args: ["--verbose", "--schemafile", ".github/schemas/github-issue-forms.json"]
51+
args:
52+
[
53+
"--verbose",
54+
"--schemafile",
55+
".github/schemas/github-issue-forms.json",
56+
]

0 commit comments

Comments
 (0)