This moves most project configuration into pyproject.toml to work better with more modern setups (I checked with rye where an env managed with rye sync is automatically discovered for the editor integrations I am using).
I added a couple commits in the end to include files previously excluded from pre-commit hooks in linting.
This moves most project configuration into
pyproject.toml
to work better with more modern setups (I checked withrye
where an env managed withrye sync
is automatically discovered for the editor integrations I am using).I added a couple commits in the end to include files previously excluded from pre-commit hooks in linting.