Skip to content

Commit

Permalink
tooling: add docstring to just deps-compile
Browse files Browse the repository at this point in the history
This causes it to appear in autocompletion
  • Loading branch information
lukasjuhrich committed Aug 28, 2024
1 parent 7f1f807 commit d613b43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ schema-status: (_up "dev-db")

# upgrade the (imported or created) schema to the current revision
schema-upgrade: (_up "dev-db") (alembic "upgrade" "head")

# extract `requirements` lockfiles from `pyproject.toml` dependency spec
deps-compile:
uv pip compile pyproject.toml --generate-hashes -o requirements.txt
uv pip compile pyproject.toml --generate-hashes --extra dev -o requirements.dev.txt
Expand Down

0 comments on commit d613b43

Please sign in to comment.