Skip to content

Commit e3a8ed2

Browse files
committed
Add uv lock check to pre-commit
1 parent e947280 commit e3a8ed2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@ repos:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8+
9+
- repo: https://github.com/astral-sh/uv-pre-commit
10+
rev: 0.9.2
11+
hooks:
12+
- id: uv-lock
13+
814
- repo: https://github.com/charliermarsh/ruff-pre-commit
915
# Ruff version.
1016
rev: "v0.14.0"
1117
hooks:
1218
- id: ruff-check
1319
args: [--fix]
1420
- id: ruff-format
21+
1522
- repo: https://github.com/pycqa/isort
1623
rev: "7.0.0"
1724
hooks:

0 commit comments

Comments
 (0)