Skip to content

Commit 3cd2b03

Browse files
committed
pre-commit: Add hook exporting doc requirements
1 parent 5bb73b1 commit 3cd2b03

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ repos:
2626
rev: 0.11.7
2727
hooks:
2828
- 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

Comments
 (0)