chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.36.0#240
Conversation
Summary of ChangesHello TalkIQ (@talkiq-ops), 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 updates the Highlights
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.36.0. The update is correct. I've also left a suggestion to consider adding the new check-github-discussion-forms hook that is introduced in this version, which could be beneficial for the project.
| # json | ||
| - repo: https://github.com/python-jsonschema/check-jsonschema | ||
| rev: 0.35.0 | ||
| rev: 0.36.0 |
There was a problem hiding this comment.
With this update to v0.36.0, a new pre-commit hook check-github-discussion-forms is available. Given that you are already using other GitHub-related checks from this repository (check-github-workflows, check-renovate), you might consider adding this new hook if your project uses GitHub Discussion category forms. This would help validate them automatically.
Here's how you could add it:
hooks:
- id: check-github-workflows
- id: check-renovate
- id: check-github-discussion-forms
This PR contains the following updates:
0.35.0->0.36.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.36.0Compare Source
gitlab-ci, mergify, readthedocs, renovate, snapcraft (2025-12-14)
edgarrmondragon! (:pr:626)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.