Skip to content

Commit b373b75

Browse files
⬆️🩹 Update patch updates (#656)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [astral-sh/ruff-pre-commit](https://redirect.github.com/astral-sh/ruff-pre-commit) | repository | patch | `v0.15.11` → `v0.15.12` | | | [henryiii/validate-pyproject-schema-store](https://redirect.github.com/henryiii/validate-pyproject-schema-store) | repository | patch | `2026.04.17` → `2026.04.24` | `2026.04.26` | 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>astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)</summary> ### [`v0.15.12`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.15.12) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.15.11...v0.15.12) See: <https://github.com/astral-sh/ruff/releases/tag/0.15.12> </details> <details> <summary>henryiii/validate-pyproject-schema-store (henryiii/validate-pyproject-schema-store)</summary> ### [`v2026.04.24`](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.04.21...2026.04.24) [Compare Source](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.04.21...2026.04.24) ### [`v2026.04.21`](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.04.20...2026.04.21) [Compare Source](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.04.20...2026.04.21) ### [`v2026.04.20`](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.04.17...2026.04.20) [Compare Source](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.04.17...2026.04.20) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every weekend" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/munich-quantum-toolkit/predictor). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJwcmUtY29tbWl0Il19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d020af5 commit b373b75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545

4646
## Check pyproject.toml file
4747
- repo: https://github.com/henryiii/validate-pyproject-schema-store
48-
rev: 2026.04.17
48+
rev: 2026.04.24
4949
hooks:
5050
- id: validate-pyproject
5151
priority: 0
@@ -110,7 +110,7 @@ repos:
110110

111111
## Format and lint Python files with ruff
112112
- repo: https://github.com/astral-sh/ruff-pre-commit
113-
rev: v0.15.11
113+
rev: v0.15.12
114114
hooks:
115115
- id: ruff-format
116116
types_or: [python, pyi, jupyter, markdown]

0 commit comments

Comments
 (0)