Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 288 Bytes

File metadata and controls

13 lines (9 loc) · 288 Bytes

Agents

Linting and type checking

Before committing any changes, always run:

poetry run ruff format .
poetry run ruff check .
poetry run mypy --show-error-codes .

Fix all errors before committing. Do not commit code with unused imports, formatting issues, or type errors.