Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 364 Bytes

File metadata and controls

8 lines (7 loc) · 364 Bytes

Code Style & Conventions

  • Formatting: Enforced by hatch fmt.
  • Type Hints: Required, checked by hatch run python:type_check.
  • JS Linting: Enforced by hatch run javascript:check.
  • Tests: All tests must pass. Failures not allowed.
  • Documentation: Must be updated with code changes.
  • Changelog: Required for significant changes.