Skip to content

Commit 1da20ab

Browse files
committed
chore: Add uv.lock to pre-commit hook
1 parent e0c625a commit 1da20ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,9 @@ repos:
6060
args: [--fix, --exit-zero] # Apply fixes, and exit with 0 even if files were modified
6161
- id: ruff-format # Formatter: similar to Black, handles consistent code style
6262
args: [] # Check formatting, but do not auto-fix during commit; fail if not formatted
63+
64+
# Keep uv.lock in sync
65+
- repo: https://github.com/astral-sh/uv-pre-commit
66+
rev: 0.7.13
67+
hooks:
68+
- id: uv-lock

0 commit comments

Comments
 (0)