This small PR moves the --reinstall-package configuration from the noxfile to the tool.uv table in the pyproject.toml file. This makes the noxfile a little more uv agnostic and simplifies the overall configuration.
Checklist:
[x] The pull request only contains commits that are related to it.
[x] I have added appropriate tests and documentation.
[x] I have made sure that all CI jobs on GitHub pass.
[x] The pull request introduces no new warnings and follows the project's style guidelines.
Description
This small PR moves the
--reinstall-package
configuration from thenoxfile
to thetool.uv
table in thepyproject.toml
file. This makes thenoxfile
a little moreuv
agnostic and simplifies the overall configuration.Checklist: