chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.37.0#248
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request automates the update of the Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on Gemini (@gemini-code-assist) comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the python-jsonschema/check-jsonschema pre-commit hook to version 0.37.0. According to the release notes, this new version removes support for Python 3.9. This is a potentially critical breaking change if the project still supports or uses Python 3.9. My review comment highlights this risk and recommends rejecting the change if Python 3.9 support is still required.
| # json | ||
| - repo: https://github.com/python-jsonschema/check-jsonschema | ||
| rev: 0.36.2 | ||
| rev: 0.37.0 |
There was a problem hiding this comment.
The new version 0.37.0 of check-jsonschema has dropped support for Python 3.9, as noted in the release notes. This is a breaking change for any environment using Python 3.9. If this project still supports Python 3.9, this dependency update will break the pre-commit hooks for those environments and should be rejected.
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: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.