lint:
	uv run isort test src
	uv run black test src

reset_db:
	rm -f aps_db.db
	uv run alembic upgrade heads