Skip to content

Commit 4c360f9

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

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
@@ -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
@@ -102,7 +102,7 @@ repos:
102102

103103
## Format configuration files with prettier
104104
- repo: https://github.com/rbubley/mirrors-prettier
105-
rev: v3.9.1
105+
rev: v3.9.4
106106
hooks:
107107
- id: prettier
108108
types_or: [yaml, markdown, html, css, scss, javascript, json, json5]
@@ -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.55
142+
rev: v0.0.56
143143
hooks:
144144
- id: ty
145145
args: [--only-dev]

0 commit comments

Comments
 (0)