1
0
Fork 0

Merging upstream version 0.57+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-14 08:10:59 +02:00
parent fde03fa5b6
commit 067f4dc8b6
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 520 additions and 304 deletions

View file

@ -1,8 +1,8 @@
.PHONY: install
install:
uv sync --group dev --group test
pip install -e .
pre-commit install
uv pip install -e .
uv run pre-commit install
.PHONY: test
test: