just: make it easier to spot differences between to very similar lines
This commit is contained in:
parent
a954f56c5a
commit
a608fdd6f5
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -19,7 +19,7 @@ run:
|
|||
uv_export_options := "--frozen --format requirements.txt --quiet --no-install-project"
|
||||
exports-deps:
|
||||
uv export {{ uv_export_options }} --output-file requirements.txt
|
||||
uv export {{ uv_export_options }} --only-dev --output-file requirements.dev.txt
|
||||
uv export {{ uv_export_options }} --output-file requirements.dev.txt --only-dev
|
||||
|
||||
test *ARGS:
|
||||
uv run pytest tests.py {{ ARGS }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue