Skip to content

Commit c5e75eb

Browse files
⬆️🪝 Update pre-commit hook python-jsonschema/check-jsonschema to v0.29.3 (#471)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python-jsonschema/check-jsonschema](https://redirect.github.com/python-jsonschema/check-jsonschema) | repository | patch | `0.29.2` -> `0.29.3` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)</summary> ### [`v0.29.3`](https://redirect.github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0293) [Compare Source](https://redirect.github.com/python-jsonschema/check-jsonschema/compare/0.29.2...0.29.3) - Update vendored schemas: buildkite, circle-ci, dependabot, gitlab-ci, renovate, taskfile, woodpecker-ci (2024-09-29) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cda-tum/mqt-qcec). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY29udGludW91cyBpbnRlZ3JhdGlvbiIsImRlcGVuZGVuY2llcyIsInByZS1jb21taXQiXX0=-->
2 parents 5ba703b + 7b40e34 commit c5e75eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ repos:
132132

133133
# Check JSON schemata
134134
- repo: https://github.com/python-jsonschema/check-jsonschema
135-
rev: 0.29.2
135+
rev: 0.29.3
136136
hooks:
137137
- id: check-dependabot
138138
- id: check-github-workflows

0 commit comments

Comments
 (0)