[just] add new target to recalculate/update and then sync dependencies
This commit is contained in:
parent
cd693e6014
commit
1b157f2d34
1 changed files with 4 additions and 0 deletions
4
justfile
4
justfile
|
@ -4,6 +4,8 @@ deps:
|
||||||
sync:
|
sync:
|
||||||
pip-sync requirements/dev.txt
|
pip-sync requirements/dev.txt
|
||||||
|
|
||||||
|
freshdeps: deps sync
|
||||||
|
|
||||||
lint: lint-ruff lint-django lint-woodpecker
|
lint: lint-ruff lint-django lint-woodpecker
|
||||||
|
|
||||||
lint-ruff:
|
lint-ruff:
|
||||||
|
@ -20,3 +22,5 @@ serve:
|
||||||
|
|
||||||
test *ARGS:
|
test *ARGS:
|
||||||
ENV_PATH=.env.test python -m pytest {{ARGS}}
|
ENV_PATH=.env.test python -m pytest {{ARGS}}
|
||||||
|
|
||||||
|
alias fd := freshdeps
|
||||||
|
|
Loading…
Add table
Reference in a new issue