chore: add Makefile with test, lint, and install targets

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 11:38:23 +01:00
parent 365c0d611a
commit d4b5854483

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
.PHONY: test lint install
test:
uv run pytest
lint:
uv run ruff check .
install:
uv tool install -e .