Skip to content

Commit f854d41

Browse files
chore: update pre-commit hooks (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef8a3b6 commit f854d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: "api/.*"
22
repos:
33
- repo: https://github.com/astral-sh/uv-pre-commit
4-
rev: "0.6.3"
4+
rev: "0.6.6"
55
hooks:
66
- id: uv-lock
77

@@ -27,7 +27,7 @@ repos:
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
2929
# Ruff version.
30-
rev: v0.9.9
30+
rev: v0.11.0
3131
hooks:
3232
- id: ruff
3333
args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)