Skip to content

Commit 3d1b49d

Browse files
committed
build: Re-enable pre-commit check-jsonschema dependabot, but disable renovate
See python-jsonschema/check-jsonschema#528 re. enabling dependabot, and python-jsonschema/check-jsonschema#542 re. renovate.
1 parent 9a5f1fd commit 3d1b49d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -178,18 +178,18 @@ repos:
178178
exclude: mvnw
179179

180180
- repo: https://github.com/python-jsonschema/check-jsonschema
181-
rev: 0.31.1
181+
rev: 0.31.3
182182
hooks:
183183
- id: check-github-actions
184184
args: ["--verbose"]
185185
- id: check-github-workflows
186186
args: ["--verbose"]
187-
# TODO https://github.com/python-jsonschema/check-jsonschema/issues/528
188-
# - id: check-dependabot
189-
# args: ["--verbose"]
190-
- id: check-renovate
187+
- id: check-dependabot
191188
args: ["--verbose"]
192-
additional_dependencies: ["pyjson5==1.6.7"]
189+
# TODO https://github.com/python-jsonschema/check-jsonschema/issues/542
190+
# - id: check-renovate
191+
# args: ["--verbose"]
192+
# additional_dependencies: ["pyjson5==1.6.7"]
193193
- id: check-metaschema
194194
files: \.schema\.json$
195195
args: ["--verbose"]

0 commit comments

Comments
 (0)