tox-pdm
tox-pdm copied to clipboard
Pdm default dependencies
I want to run linters like ruff and installing default project dependencies is not necessary in my case.
Is it possible to have --no-default option?
pdm sync --no-self --no-default --group ruff
https://github.com/pdm-project/tox-pdm/blob/main/tox_pdm/plugin.py#L48