Development Setup uv sync Development Commands # Type check uv run pyright . # Lint uv run ruff check . # Format uv run ruff format . # Auto-fix linting issues uv run ruff check --fix . Before Committing uv run ruff format . uv run ruff check --fix . uv run pyright .