@@ -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.27.0
20+ rev : 0.27.1
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.27.0
37+ rev : 0.27.1
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.27.0
55+ rev : 0.27.1
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.27.0
69+ rev : 0.27.1
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.27.0
83+ rev : 0.27.1
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.27.0
97+ rev : 0.27.1
9898 hooks :
9999 - id : check-buildkite
100100
@@ -108,7 +108,7 @@ Validate Dependabot Config (v2) against the schema provided by SchemaStore
108108 :caption : example config
109109
110110 - repo : https://github.com/python-jsonschema/check-jsonschema
111- rev : 0.27.0
111+ rev : 0.27.1
112112 hooks :
113113 - id : check-dependabot
114114
@@ -122,7 +122,7 @@ Validate Drone-CI Config against the schema provided by SchemaStore
122122 :caption : example config
123123
124124 - repo : https://github.com/python-jsonschema/check-jsonschema
125- rev : 0.27.0
125+ rev : 0.27.1
126126 hooks :
127127 - id : check-drone-ci
128128
@@ -136,7 +136,7 @@ Validate GitHub Actions against the schema provided by SchemaStore
136136 :caption : example config
137137
138138 - repo : https://github.com/python-jsonschema/check-jsonschema
139- rev : 0.27.0
139+ rev : 0.27.1
140140 hooks :
141141 - id : check-github-actions
142142
@@ -150,7 +150,7 @@ Validate GitHub Workflows against the schema provided by SchemaStore
150150 :caption : example config
151151
152152 - repo : https://github.com/python-jsonschema/check-jsonschema
153- rev : 0.27.0
153+ rev : 0.27.1
154154 hooks :
155155 - id : check-github-workflows
156156
@@ -164,7 +164,7 @@ Validate GitLab CI config against the schema provided by SchemaStore
164164 :caption : example config
165165
166166 - repo : https://github.com/python-jsonschema/check-jsonschema
167- rev : 0.27.0
167+ rev : 0.27.1
168168 hooks :
169169 - id : check-gitlab-ci
170170
@@ -178,7 +178,7 @@ Validate ReadTheDocs config against the schema provided by ReadTheDocs
178178 :caption : example config
179179
180180 - repo : https://github.com/python-jsonschema/check-jsonschema
181- rev : 0.27.0
181+ rev : 0.27.1
182182 hooks :
183183 - id : check-readthedocs
184184
@@ -192,7 +192,7 @@ Validate Renovate config against the schema provided by Renovate (does not suppo
192192 :caption : example config
193193
194194 - repo : https://github.com/python-jsonschema/check-jsonschema
195- rev : 0.27.0
195+ rev : 0.27.1
196196 hooks :
197197 - id : check-renovate
198198
@@ -206,7 +206,7 @@ Validate Travis Config against the schema provided by SchemaStore
206206 :caption : example config
207207
208208 - repo : https://github.com/python-jsonschema/check-jsonschema
209- rev : 0.27.0
209+ rev : 0.27.1
210210 hooks :
211211 - id : check-travis
212212
@@ -232,7 +232,7 @@ manually, you could do this:
232232.. code-block :: yaml
233233
234234 - repo : https://github.com/python-jsonschema/check-jsonschema
235- rev : 0.27.0
235+ rev : 0.27.1
236236 hooks :
237237 - id : check-jsonschema
238238 name : " Check GitHub Workflows"
@@ -251,7 +251,7 @@ To check with the builtin schema that a GitHub workflow sets
251251.. code-block :: yaml
252252
253253 - repo : https://github.com/python-jsonschema/check-jsonschema
254- rev : 0.27.0
254+ rev : 0.27.1
255255 hooks :
256256 - id : check-jsonschema
257257 name : " Check GitHub Workflows set timeout-minutes"
0 commit comments