Skip to content

Commit 7f8063f

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

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
@@ -30,7 +30,7 @@ repos:
3030

3131
## Check JSON schemata
3232
- repo: https://github.com/python-jsonschema/check-jsonschema
33-
rev: 0.37.2
33+
rev: 0.37.3
3434
hooks:
3535
- id: check-github-workflows
3636
priority: 0
@@ -54,7 +54,7 @@ repos:
5454

5555
## Ensure uv.lock is up to date
5656
- repo: https://github.com/astral-sh/uv-pre-commit
57-
rev: 0.11.19
57+
rev: 0.11.21
5858
hooks:
5959
- id: uv-lock
6060
priority: 0
@@ -104,7 +104,7 @@ repos:
104104

105105
## Format configuration files with prettier
106106
- repo: https://github.com/rbubley/mirrors-prettier
107-
rev: v3.8.3
107+
rev: v3.8.4
108108
hooks:
109109
- id: prettier
110110
types_or: [yaml, html, css, scss, javascript, json, json5]
@@ -145,7 +145,7 @@ repos:
145145

146146
## Format and lint Python files with ruff
147147
- repo: https://github.com/astral-sh/ruff-pre-commit
148-
rev: v0.15.16
148+
rev: v0.15.17
149149
hooks:
150150
- id: ruff-format
151151
types_or: [python, pyi, jupyter, markdown]
@@ -156,7 +156,7 @@ repos:
156156

157157
## Check Python types with ty
158158
- repo: https://github.com/astral-sh/ty-pre-commit
159-
rev: v0.0.47
159+
rev: v0.0.49
160160
hooks:
161161
- id: ty
162162
args: [--only-dev]

0 commit comments

Comments
 (0)