Repository Guidelines

July 1, 2026 ยท View on GitHub

General Instructions

  • ALWAYS format the code via uv run nox --session fmt AFTER you're done with your task
  • ALWAYS check for lint errors via uv run nox --session lint and fix them
  • ALWAYS check for type errors via uv run nox --session type_check and fix them