Code Style

Use this page when you are changing g itself and want the same local checks CI expects.

Formatting

Run ruff before committing Python changes.

$ uv run ruff check . --fix
$ uv run ruff format .

Type Checking

Run mypy for static type checking.

$ uv run mypy .