Skip to content

Commit 6dbcacc

Browse files
committed
ci: add pre-commit check to keep uv.lock updated
1 parent 1e2f102 commit 6dbcacc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ repos:
1515
exclude: template
1616
- id: check-added-large-files
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.9.4
18+
rev: v0.9.6
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]
2222
- id: ruff-format
23+
- repo: https://github.com/astral-sh/uv-pre-commit
24+
rev: 0.6.1
25+
hooks:
26+
- id: uv-lock
2327
- repo: https://github.com/adrienverge/yamllint.git
2428
rev: v1.35.1
2529
hooks:

uv.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)