ComPWA / policy

Pre-commit hooks that ensure that ComPWA repositories have a similar developer set-up
https://compwa.github.io/policy
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

FIX: add `--no-dev` flag if using `--group` flag #460

Closed redeboer closed 1 month ago

redeboer commented 1 month ago

uv run and uv sync install all dependency groups by default. To limit the dependencies per job, this adds the --no-dev flag.

See also https://github.com/ComPWA/actions/pull/115