Repository Guidelines
July 1, 2026 ยท View on GitHub
General Instructions
- ALWAYS format the code via
uv run nox --session fmtAFTER you're done with your task - ALWAYS check for lint errors via
uv run nox --session lintand fix them - ALWAYS check for type errors via
uv run nox --session type_checkand fix them