Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 303 Bytes

File metadata and controls

21 lines (14 loc) · 303 Bytes

Code Style

Formatting

g uses ruff for linting and formatting.

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

Type Checking

mypy is used for static type checking.

$ uv run mypy