Robocop and Robotidy use 'old' style packaging tools such as setuptools (with setup.py), twine and nox for poor version of the environment management. We should decide on and use more modern ways of maintaining the package.
Similarly to ruff, it's rapidly growing tool (thanks to start up invenstors) that already matches existing popular model tools such as poetry. With similiar features it additionally offers better performance and support for official PEPs (such as group dependencies).
Robocop and Robotidy use 'old' style packaging tools such as setuptools (with setup.py), twine and nox for poor version of the environment management. We should decide on and use more modern ways of maintaining the package.
The initial choice is uv: https://docs.astral.sh/uv/
Similarly to ruff, it's rapidly growing tool (thanks to start up invenstors) that already matches existing popular model tools such as poetry. With similiar features it additionally offers better performance and support for official PEPs (such as group dependencies).