markus-ai-server Developers Install the project with its development dependencies: $ uv sync (or pip install -e . --group dev with pip 25.1+; dev is a dependency group, not an extra) Install the pre-commit hooks: $ pre-commit install Run the tests: $ uv run pytest