Skip to content

Commit 9ad6a96

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

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
@@ -45,14 +45,14 @@ repos:
4545

4646
## Check pyproject.toml file
4747
- repo: https://github.com/henryiii/validate-pyproject-schema-store
48-
rev: 2026.04.11
48+
rev: 2026.04.17
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.6
55+
rev: 0.11.7
5656
hooks:
5757
- id: uv-lock
5858
priority: 0
@@ -69,7 +69,7 @@ repos:
6969

7070
## Check for typos
7171
- repo: https://github.com/adhtruong/mirrors-typos
72-
rev: v1.45.0
72+
rev: v1.45.1
7373
hooks:
7474
- id: typos
7575
priority: 3
@@ -102,7 +102,7 @@ repos:
102102

103103
## Format configuration files with prettier
104104
- repo: https://github.com/rbubley/mirrors-prettier
105-
rev: v3.8.2
105+
rev: v3.8.3
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.10
131+
rev: v0.15.11
132132
hooks:
133133
- id: ruff-format
134134
types_or: [python, pyi, jupyter, markdown]

0 commit comments

Comments
 (0)