Skip to content

Commit 13e3331

Browse files
⬆️🩹 Update patch updates (#999)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [adhtruong/mirrors-typos](https://redirect.github.com/adhtruong/mirrors-typos) | repository | patch | `v1.45.0` → `v1.45.1` | | | [astral-sh/ruff-pre-commit](https://redirect.github.com/astral-sh/ruff-pre-commit) | repository | patch | `v0.15.10` → `v0.15.11` | `v0.15.12` | | [astral-sh/uv-pre-commit](https://redirect.github.com/astral-sh/uv-pre-commit) | repository | patch | `0.11.6` → `0.11.7` | | | [henryiii/validate-pyproject-schema-store](https://redirect.github.com/henryiii/validate-pyproject-schema-store) | repository | patch | `2026.04.11` → `2026.04.17` | `2026.04.24` (+2) | | [rbubley/mirrors-prettier](https://redirect.github.com/rbubley/mirrors-prettier) | repository | patch | `v3.8.2` → `v3.8.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>adhtruong/mirrors-typos (adhtruong/mirrors-typos)</summary> ### [`v1.45.1`](https://redirect.github.com/adhtruong/mirrors-typos/compare/v1.45.0...v1.45.1) [Compare Source](https://redirect.github.com/adhtruong/mirrors-typos/compare/v1.45.0...v1.45.1) </details> <details> <summary>astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)</summary> ### [`v0.15.11`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.15.11) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.15.10...v0.15.11) See: <https://github.com/astral-sh/ruff/releases/tag/0.15.11> </details> <details> <summary>astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)</summary> ### [`v0.11.7`](https://redirect.github.com/astral-sh/uv-pre-commit/releases/tag/0.11.7) [Compare Source](https://redirect.github.com/astral-sh/uv-pre-commit/compare/0.11.6...0.11.7) See: <https://github.com/astral-sh/uv/releases/tag/0.11.7> </details> <details> <summary>henryiii/validate-pyproject-schema-store (henryiii/validate-pyproject-schema-store)</summary> ### [`v2026.04.17`](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.04.16...2026.04.17) [Compare Source](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.04.16...2026.04.17) ### [`v2026.04.16`](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.04.11...2026.04.16) [Compare Source](https://redirect.github.com/henryiii/validate-pyproject-schema-store/compare/2026.04.11...2026.04.16) </details> <details> <summary>rbubley/mirrors-prettier (rbubley/mirrors-prettier)</summary> ### [`v3.8.3`](https://redirect.github.com/rbubley/mirrors-prettier/compare/v3.8.2...v3.8.3) [Compare Source](https://redirect.github.com/rbubley/mirrors-prettier/compare/v3.8.2...v3.8.3) </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/qmap). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJwcmUtY29tbWl0Il19--> 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 7f55b8a commit 13e3331

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

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

4646
## Check pyproject.toml file
4747
- repo: https://github.com/henryiii/validate-pyproject-schema-store
48-
rev: 2026.04.11
48+
rev: 2026.04.17
4949
hooks:
5050
- id: validate-pyproject
5151
priority: 0
5252

5353
## Ensure uv.lock is up to date
5454
- repo: https://github.com/astral-sh/uv-pre-commit
55-
rev: 0.11.6
55+
rev: 0.11.7
5656
hooks:
5757
- id: uv-lock
5858
priority: 0
@@ -69,7 +69,7 @@ repos:
6969

7070
## Check for typos
7171
- repo: https://github.com/adhtruong/mirrors-typos
72-
rev: v1.45.0
72+
rev: v1.45.1
7373
hooks:
7474
- id: typos
7575
priority: 3
@@ -102,7 +102,7 @@ repos:
102102

103103
## Format configuration files with prettier
104104
- repo: https://github.com/rbubley/mirrors-prettier
105-
rev: v3.8.2
105+
rev: v3.8.3
106106
hooks:
107107
- id: prettier
108108
types_or: [yaml, markdown, html, css, scss, javascript, json, json5]
@@ -128,7 +128,7 @@ repos:
128128

129129
## Format and lint Python files with ruff
130130
- repo: https://github.com/astral-sh/ruff-pre-commit
131-
rev: v0.15.10
131+
rev: v0.15.11
132132
hooks:
133133
- id: ruff-format
134134
types_or: [python, pyi, jupyter, markdown]

0 commit comments

Comments
 (0)