Skip to content

Commit cff070b

Browse files
chore(deps): renovate: python-jsonschema/check-jsonschema to v0.29.2 (#441)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python-jsonschema/check-jsonschema](https://togithub.com/python-jsonschema/check-jsonschema) | repository | patch | `0.29.1` -> `0.29.2` | 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://togithub.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.2`](https://togithub.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0292) [Compare Source](https://togithub.com/python-jsonschema/check-jsonschema/compare/0.29.1...0.29.2) - Update vendored schemas: buildkite, github-workflows, gitlab-ci, renovate, woodpecker-ci (2024-08-22) - Convert from `setup.cfg` to `pyproject.toml` for python package metadata </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - "every weekday" (UTC). 🚦 **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/UCL-ARC/python-tooling). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sam Cunliffe <samcunliffe@users.noreply.github.com>
1 parent 569254b commit cff070b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
- --fix=lf
4444
- id: trailing-whitespace
4545
- repo: https://github.com/python-jsonschema/check-jsonschema
46-
rev: 0.29.1
46+
rev: 0.29.2
4747
hooks:
4848
# Schemas taken from https://www.schemastore.org/json/
4949
- id: check-jsonschema

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- --fix=lf
3636
- id: trailing-whitespace
3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.29.1
38+
rev: 0.29.2
3939
hooks:
4040
# Schemas taken from https://www.schemastore.org/json/
4141
- id: check-jsonschema

0 commit comments

Comments
 (0)