Skip to content

Commit

Permalink
chore: make uv-export hook export to requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Coufal <[email protected]>
  • Loading branch information
tumido committed Feb 26, 2025
1 parent 063e82f commit ebf0429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repos:
rev: 0.5.26
hooks:
- id: uv-export
args: ["--frozen", "--no-hashes", "--no-emit-project"]
args: ["--frozen", "--no-hashes", "--no-emit-project", "--output-file=requirements.txt"]
- id: uv-sync

# - repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit ebf0429

Please sign in to comment.