Skip to content

Commit c3225b6

Browse files
⬆️🩹 Update patch updates (#654)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e30b512 commit c3225b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repos:
5252

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

103103
## Format configuration files with prettier
104104
- repo: https://github.com/rbubley/mirrors-prettier
105-
rev: v3.9.4
105+
rev: v3.9.5
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.20
131+
rev: v0.15.21
132132
hooks:
133133
- id: ruff-check
134134
require_serial: true
@@ -139,7 +139,7 @@ repos:
139139

140140
## Check Python types with ty
141141
- repo: https://github.com/astral-sh/ty-pre-commit
142-
rev: v0.0.56
142+
rev: v0.0.58
143143
hooks:
144144
- id: ty
145145
args: [--only-dev]

0 commit comments

Comments
 (0)