Add Makefile

This commit is contained in:
2026-01-23 10:20:55 +01:00
parent cb95d6053d
commit dd996a78ca

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
lint:
uv run isort test src
uv run black test src
reset_db:
rm -f aps_db.db
uv run alembic upgrade heads