chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.37.0 #74
Reference in New Issue
Block a user
Delete Branch "renovate/python-jsonschema-check-jsonschema-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.36.2→0.37.0Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)
v0.37.0Compare Source
mergify, renovate, woodpecker-ci (2026-02-26)
-v),all errors are reported but the checked filenames are no longer displayed. The
list of filenames checked is now emitted at the second verbosity level (
-vv)and above. (:issue:
648)check-jsonschema's sdist contents are now validated withcheck-sdist, and missingfiles have been added.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
Python compatibility
The updated
check-jsonschemahook dropped support for Python 3.9. Ensure that the environment running pre-commit uses a supported Python version (>= 3.10).