feat: Upgrade to uv and Python 3.12
Test and coverage / build (push) Failing after 4m23s

This commit is contained in:
2026-06-27 22:34:50 +03:00
parent db1f6f421a
commit fd88aabe46
17 changed files with 749 additions and 60 deletions
+10 -3
View File
@@ -65,12 +65,19 @@ The simplest way.
We use [pre-commit](https://pre-commit.com/) for basic
style fixes and checks.
Also, pytest is used for testing.
It can be installed with `pip install -r requirements.dev.txt`.
Install the development environment with:
```bash
uv sync
```
To run tests:
```bash
pytest --cov=src tests
make test
```
To run all checks:
```bash
make check
```
## FAQ