Skip to content

Commit 1041a23

Browse files
authored
Merge branch 'main' into all-contributors/add-willGraham01
2 parents 0f5de41 + 9d63449 commit 1041a23

6 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", "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/schemas/github-issue-forms.json renamed to tests/data/test_package_generation/.github/schemas/github-issue-forms.json

File renamed without changes.

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", "schemas/github-issue-forms.json"]
51+
args:
52+
[
53+
"--verbose",
54+
"--schemafile",
55+
".github/schemas/github-issue-forms.json",
56+
]

{{cookiecutter.project_slug}}/schemas/github-issue-forms.json renamed to {{cookiecutter.project_slug}}/.github/schemas/github-issue-forms.json

File renamed without changes.

{{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", "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)