@@ -17,7 +17,7 @@ You must specify a schema using pre-commit ``args`` configuration.
1717 :caption : example config
1818
1919 - repo : https://github.com/python-jsonschema/check-jsonschema
20- rev : 0.34.1
20+ rev : 0.35.0
2121 hooks :
2222 - id : check-jsonschema
2323 files : ^data/.*\.json$
@@ -34,7 +34,7 @@ Validate JSON Schema files against their matching metaschema, as specified in th
3434 :caption : example config
3535
3636 - repo : https://github.com/python-jsonschema/check-jsonschema
37- rev : 0.34.1
37+ rev : 0.35.0
3838 hooks :
3939 - id : check-metaschema
4040 files : ^schemas/.*\.json$
@@ -52,7 +52,7 @@ Validate Azure Pipelines config against the schema provided by Microsoft
5252 :caption : example config
5353
5454 - repo : https://github.com/python-jsonschema/check-jsonschema
55- rev : 0.34.1
55+ rev : 0.35.0
5656 hooks :
5757 - id : check-azure-pipelines
5858
@@ -66,7 +66,7 @@ Validate Bamboo Specs against the schema provided by SchemaStore
6666 :caption : example config
6767
6868 - repo : https://github.com/python-jsonschema/check-jsonschema
69- rev : 0.34.1
69+ rev : 0.35.0
7070 hooks :
7171 - id : check-bamboo-spec
7272
@@ -80,7 +80,7 @@ Validate Bitbucket Pipelines against the schema provided by SchemaStore
8080 :caption : example config
8181
8282 - repo : https://github.com/python-jsonschema/check-jsonschema
83- rev : 0.34.1
83+ rev : 0.35.0
8484 hooks :
8585 - id : check-bitbucket-pipelines
8686
@@ -94,7 +94,7 @@ Validate Buildkite Pipelines against the schema provided by Buildkite
9494 :caption : example config
9595
9696 - repo : https://github.com/python-jsonschema/check-jsonschema
97- rev : 0.34.1
97+ rev : 0.35.0
9898 hooks :
9999 - id : check-buildkite
100100
@@ -108,7 +108,7 @@ Validate CircleCI config against the schema provided by SchemaStore
108108 :caption : example config
109109
110110 - repo : https://github.com/python-jsonschema/check-jsonschema
111- rev : 0.34.1
111+ rev : 0.35.0
112112 hooks :
113113 - id : check-circle-ci
114114
@@ -122,7 +122,7 @@ Validate Citation File Format
122122 :caption : example config
123123
124124 - repo : https://github.com/python-jsonschema/check-jsonschema
125- rev : 0.34.1
125+ rev : 0.35.0
126126 hooks :
127127 - id : check-citation-file-format
128128
@@ -136,7 +136,7 @@ Validate Google Cloud Build config against the schema provided by SchemaStore
136136 :caption : example config
137137
138138 - repo : https://github.com/python-jsonschema/check-jsonschema
139- rev : 0.34.1
139+ rev : 0.35.0
140140 hooks :
141141 - id : check-cloudbuild
142142
@@ -150,7 +150,7 @@ Validate Codecov config against the schema provided by SchemaStore
150150 :caption : example config
151151
152152 - repo : https://github.com/python-jsonschema/check-jsonschema
153- rev : 0.34.1
153+ rev : 0.35.0
154154 hooks :
155155 - id : check-codecov
156156
@@ -164,7 +164,7 @@ Validate Docker Compose files against the schema provided by SchemaStore
164164 :caption : example config
165165
166166 - repo : https://github.com/python-jsonschema/check-jsonschema
167- rev : 0.34.1
167+ rev : 0.35.0
168168 hooks :
169169 - id : check-compose-spec
170170
@@ -178,7 +178,7 @@ Validate Dependabot Config (v2) against the schema provided by SchemaStore
178178 :caption : example config
179179
180180 - repo : https://github.com/python-jsonschema/check-jsonschema
181- rev : 0.34.1
181+ rev : 0.35.0
182182 hooks :
183183 - id : check-dependabot
184184
@@ -192,7 +192,7 @@ Validate Drone-CI Config against the schema provided by SchemaStore
192192 :caption : example config
193193
194194 - repo : https://github.com/python-jsonschema/check-jsonschema
195- rev : 0.34.1
195+ rev : 0.35.0
196196 hooks :
197197 - id : check-drone-ci
198198
@@ -206,7 +206,7 @@ Validate GitHub Actions against the schema provided by SchemaStore
206206 :caption : example config
207207
208208 - repo : https://github.com/python-jsonschema/check-jsonschema
209- rev : 0.34.1
209+ rev : 0.35.0
210210 hooks :
211211 - id : check-github-actions
212212
@@ -220,7 +220,7 @@ Validate GitHub issue config against the schema provided by SchemaStore
220220 :caption : example config
221221
222222 - repo : https://github.com/python-jsonschema/check-jsonschema
223- rev : 0.34.1
223+ rev : 0.35.0
224224 hooks :
225225 - id : check-github-issue-config
226226
@@ -234,7 +234,7 @@ Validate GitHub issue forms against the schema provided by SchemaStore
234234 :caption : example config
235235
236236 - repo : https://github.com/python-jsonschema/check-jsonschema
237- rev : 0.34.1
237+ rev : 0.35.0
238238 hooks :
239239 - id : check-github-issue-forms
240240
@@ -248,7 +248,7 @@ Validate GitHub Workflows against the schema provided by SchemaStore
248248 :caption : example config
249249
250250 - repo : https://github.com/python-jsonschema/check-jsonschema
251- rev : 0.34.1
251+ rev : 0.35.0
252252 hooks :
253253 - id : check-github-workflows
254254
@@ -262,7 +262,7 @@ Validate GitLab CI config against the schema provided by SchemaStore
262262 :caption : example config
263263
264264 - repo : https://github.com/python-jsonschema/check-jsonschema
265- rev : 0.34.1
265+ rev : 0.35.0
266266 hooks :
267267 - id : check-gitlab-ci
268268
@@ -276,7 +276,7 @@ Validate Meltano config against the schema provided by Meltano
276276 :caption : example config
277277
278278 - repo : https://github.com/python-jsonschema/check-jsonschema
279- rev : 0.34.1
279+ rev : 0.35.0
280280 hooks :
281281 - id : check-meltano
282282
@@ -290,7 +290,7 @@ Validate Mergify config against the schema provided by SchemaStore
290290 :caption : example config
291291
292292 - repo : https://github.com/python-jsonschema/check-jsonschema
293- rev : 0.34.1
293+ rev : 0.35.0
294294 hooks :
295295 - id : check-mergify
296296
@@ -304,7 +304,7 @@ Validate ReadTheDocs config against the schema provided by ReadTheDocs
304304 :caption : example config
305305
306306 - repo : https://github.com/python-jsonschema/check-jsonschema
307- rev : 0.34.1
307+ rev : 0.35.0
308308 hooks :
309309 - id : check-readthedocs
310310
@@ -318,7 +318,7 @@ Validate Renovate config against the schema provided by Renovate (does not suppo
318318 :caption : example config
319319
320320 - repo : https://github.com/python-jsonschema/check-jsonschema
321- rev : 0.34.1
321+ rev : 0.35.0
322322 hooks :
323323 - id : check-renovate
324324
@@ -332,7 +332,7 @@ Validate snapcraft files against the schema provided by Canonical
332332 :caption : example config
333333
334334 - repo : https://github.com/python-jsonschema/check-jsonschema
335- rev : 0.34.1
335+ rev : 0.35.0
336336 hooks :
337337 - id : check-snapcraft
338338
@@ -346,7 +346,7 @@ Validate Taskfile config against the schema provided by Task
346346 :caption : example config
347347
348348 - repo : https://github.com/python-jsonschema/check-jsonschema
349- rev : 0.34.1
349+ rev : 0.35.0
350350 hooks :
351351 - id : check-taskfile
352352
@@ -360,7 +360,7 @@ Validate Travis Config against the schema provided by SchemaStore
360360 :caption : example config
361361
362362 - repo : https://github.com/python-jsonschema/check-jsonschema
363- rev : 0.34.1
363+ rev : 0.35.0
364364 hooks :
365365 - id : check-travis
366366
@@ -374,7 +374,7 @@ Validate Woodpecker Config against the schema provided by SchemaStore
374374 :caption : example config
375375
376376 - repo : https://github.com/python-jsonschema/check-jsonschema
377- rev : 0.34.1
377+ rev : 0.35.0
378378 hooks :
379379 - id : check-woodpecker-ci
380380
@@ -400,7 +400,7 @@ manually, you could do this:
400400.. code-block :: yaml
401401
402402 - repo : https://github.com/python-jsonschema/check-jsonschema
403- rev : 0.34.1
403+ rev : 0.35.0
404404 hooks :
405405 - id : check-jsonschema
406406 name : " Check GitHub Workflows"
@@ -419,7 +419,7 @@ To check with the builtin schema that a GitHub workflow sets
419419.. code-block :: yaml
420420
421421 - repo : https://github.com/python-jsonschema/check-jsonschema
422- rev : 0.34.1
422+ rev : 0.35.0
423423 hooks :
424424 - id : check-jsonschema
425425 name : " Check GitHub Workflows set timeout-minutes"
0 commit comments