Tooling
Setup
- •
uv sync --group dev - •
uv run pre-commit install
Validation pipeline
- •
uv run ruff format . - •
uv run ruff check . - •
uv run ty check src tests - •
uv run pytest -m unit - •
uv run pytest -m integration - •
uv run pytest -m end2end - •
uv run pre-commit run --all-files - •Keep
settings.py+logging.pyaligned so logger behavior follows env config.