We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb73b1 commit 3cd2b03Copy full SHA for 3cd2b03
1 file changed
.pre-commit-config.yaml
@@ -26,3 +26,8 @@ repos:
26
rev: 0.11.7
27
hooks:
28
- id: uv-lock
29
+ - id: uv-export
30
+ args: [
31
+ --frozen, --no-hashes, --quiet, --group=doc,
32
+ --output-file=doc/requirements.txt
33
+ ]
0 commit comments