Skip to content

Commit cb15e4e

Browse files
committed
fix: requirements.txt
1 parent 0dab435 commit cb15e4e

File tree

2 files changed

+48
-272
lines changed

2 files changed

+48
-272
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ repos:
77
hooks:
88
- id: uv-lock
99
- id: uv-export
10+
args:
11+
[
12+
"--frozen",
13+
"--no-hashes",
14+
"--no-editable",
15+
"--output-file=requirements.txt",
16+
]
1017

1118
- repo: https://github.com/pre-commit/pre-commit-hooks
1219
rev: v6.0.0

0 commit comments

Comments
 (0)