Skip to content

Commit c2331d3

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

3 files changed

Lines changed: 131 additions & 131 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
@@ -103,15 +103,15 @@ repos:
103103

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

112112
## Format and lint Python files with ruff
113113
- repo: https://github.com/astral-sh/ruff-pre-commit
114-
rev: v0.15.16
114+
rev: v0.15.17
115115
hooks:
116116
- id: ruff-check
117117
require_serial: true

0 commit comments

Comments
 (0)