chore: migrate from poetry to uv

This commit is contained in:
Mike A.
2025-02-27 22:03:45 +01:00
parent bd6cea4b79
commit 329e6d963c
11 changed files with 1822 additions and 2159 deletions

View File

@@ -66,8 +66,8 @@ Before opening a pull request, please ensure that your code adheres to these rul
There are pre-commit hooks included to help you with this, which you can set up as follows:
```shell
pip install poetry
poetry install --with dev # this installs pre-commit into your environment
pip install uv
uv sync # this installs ruff & pre-commit into your environment
pre-commit install
```