This is how we handle this problem at a large organization.
In the repository there are a number of build scripts. For convenience we
use poetry (poetry.toml) to manage the virtual environment. A
pyproduct.toml is used to define dependencies, how tests are run, the
linter config, etc.
So there a
byproduct.toml
On Sun, Oct 6, 2024, 13:30 transreductionist
wrote:
> This is how we handle this problem at a large organization.
>
> In the repository there are a number of build scripts. For convenience we
> use poetry (poetry.toml) to manage the virtual environment. A
> pyproduct.toml is used