Skip to content

Commit 84e3bc5

Browse files
⬆️🩹 Update patch updates
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de596b2 commit 84e3bc5

3 files changed

Lines changed: 128 additions & 157 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828

2929
## Check JSON schemata
3030
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.37.3
31+
rev: 0.37.4
3232
hooks:
3333
- id: check-github-workflows
3434
priority: 0
@@ -45,14 +45,14 @@ repos:
4545

4646
## Check pyproject.toml file
4747
- repo: https://github.com/henryiii/validate-pyproject-schema-store
48-
rev: 2026.06.26
48+
rev: 2026.06.30
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.25
55+
rev: 0.11.26
5656
hooks:
5757
- id: uv-lock
5858
priority: 0
@@ -103,15 +103,15 @@ repos:
103103

104104
## Format configuration files with prettier
105105
- repo: https://github.com/rbubley/mirrors-prettier
106-
rev: v3.9.1
106+
rev: v3.9.4
107107
hooks:
108108
- id: prettier
109109
types_or: [yaml, html, css, scss, javascript, json, json5]
110110
priority: 5
111111

112112
## Format Markdown files with rumdl
113113
- repo: https://github.com/rvben/rumdl-pre-commit
114-
rev: v0.2.25
114+
rev: v0.2.28
115115
hooks:
116116
- id: rumdl
117117
args: [--fix]
@@ -144,7 +144,7 @@ repos:
144144

145145
## Check Python types with ty
146146
- repo: https://github.com/astral-sh/ty-pre-commit
147-
rev: v0.0.55
147+
rev: v0.0.56
148148
hooks:
149149
- id: ty
150150
args: [--isolated]

0 commit comments

Comments
 (0)