@@ -85,31 +85,30 @@ repos:
85
85
# - id: check-azure-pipelines
86
86
- id : check-dependabot
87
87
- id : check-github-workflows
88
+ # NOTE: If any of the below schema files need to be changed, be sure to
89
+ # update the `ci/vendor_schemas.py` script.
88
90
- id : check-jsonschema
89
91
files : ^\.appveyor\.yml$
90
- args : ["--verbose", "--schemafile", "https://json.schemastore.org /appveyor.json"]
92
+ args : ["--verbose", "--schemafile", "ci/schemas /appveyor.json"]
91
93
- id : check-jsonschema
92
94
files : ^\.circleci/config\.yml$
93
- args : ["--verbose", "--schemafile", "https://json.schemastore.org /circleciconfig.json"]
95
+ args : ["--verbose", "--schemafile", "ci/schemas /circleciconfig.json"]
94
96
- id : check-jsonschema
95
97
files : ^\.github/FUNDING\.yml$
96
- args : ["--verbose", "--schemafile", "https://json.schemastore.org /github-funding.json"]
98
+ args : ["--verbose", "--schemafile", "ci/schemas /github-funding.json"]
97
99
- id : check-jsonschema
98
100
files : ^\.github/ISSUE_TEMPLATE/config\.yml$
99
- args : ["--verbose", "--schemafile", "https://json.schemastore.org /github-issue-config.json"]
101
+ args : ["--verbose", "--schemafile", "ci/schemas /github-issue-config.json"]
100
102
- id : check-jsonschema
101
103
files : ^\.github/ISSUE_TEMPLATE/.*\.yml$
102
104
exclude : ^\.github/ISSUE_TEMPLATE/config\.yml$
103
- args : ["--verbose", "--schemafile", "https://json.schemastore.org /github-issue-forms.json"]
105
+ args : ["--verbose", "--schemafile", "ci/schemas /github-issue-forms.json"]
104
106
- id : check-jsonschema
105
107
files : ^\.github/codecov\.yml$
106
- args : ["--verbose", "--schemafile", "https://json.schemastore.org /codecov.json"]
108
+ args : ["--verbose", "--schemafile", "ci/schemas /codecov.json"]
107
109
- id : check-jsonschema
108
110
files : ^\.github/labeler\.yml$
109
- args : ["--verbose", "--schemafile", "https://json.schemastore.org /pull-request-labeler-5.json"]
111
+ args : ["--verbose", "--schemafile", "ci/schemas /pull-request-labeler-5.json"]
110
112
- id : check-jsonschema
111
113
files : ^environment\.yml$
112
- args :
113
- - " --verbose"
114
- - " --schemafile"
115
- - " https://github.com/microsoft/vscode-python/raw/main/schemas/conda-environment.json"
114
+ args : ["--verbose", "--schemafile", "ci/schemas/conda-environment.json"]
0 commit comments