Skip to content

Commit 6a29489

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

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
@@ -28,7 +28,7 @@ repos:
2828

2929
## Check JSON schemata
3030
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.37.2
31+
rev: 0.37.3
3232
hooks:
3333
- id: check-github-workflows
3434
priority: 0
@@ -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.19
55+
rev: 0.11.21
5656
hooks:
5757
- id: uv-lock
5858
priority: 0
@@ -138,7 +138,7 @@ repos:
138138

139139
## Format and lint Python files with ruff
140140
- repo: https://github.com/astral-sh/ruff-pre-commit
141-
rev: v0.15.16
141+
rev: v0.15.17
142142
hooks:
143143
- id: ruff-check
144144
require_serial: true
@@ -149,7 +149,7 @@ repos:
149149

150150
## Check Python types with ty
151151
- repo: https://github.com/astral-sh/ty-pre-commit
152-
rev: v0.0.47
152+
rev: v0.0.49
153153
hooks:
154154
- id: ty
155155
args: [--only-dev]

0 commit comments

Comments
 (0)