Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 307 Bytes

File metadata and controls

9 lines (6 loc) · 307 Bytes

Agents

Code Standards

Required Before Each Commit

  • ALWAYS run pre-commit run --all-files before committing any changes
  • Pre-commit hooks will automatically run code formatting (ruff), linting, and other quality checks
  • All pre-commit hooks must pass before any changes can be committed