Skip to content

Commit 20aefb0

Browse files
committed
Migrated project to uv
1 parent 134614d commit 20aefb0

File tree

5 files changed

+447
-641
lines changed

5 files changed

+447
-641
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ repos:
77
- id: ruff
88
args: [ --fix ]
99
# Run the formatter.
10-
- id: ruff-format
10+
- id: ruff-format
11+
- repo: https://github.com/astral-sh/uv-pre-commit
12+
# uv version.
13+
rev: 0.6.2
14+
hooks:
15+
- id: uv-lock

0 commit comments

Comments
 (0)