Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 297 Bytes

File metadata and controls

7 lines (5 loc) · 297 Bytes

Repository Guidelines

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