Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 601 Bytes

File metadata and controls

21 lines (17 loc) · 601 Bytes

Project Development Context

Project Overview

[Describe your project here]

Development Commands

  • pixi run test - Run tests
  • pixi run lint - Run linters (ruff, pylint, ty)
  • pixi run format - Format code
  • pixi run ci - Full CI pipeline

Quality Standards

  • All tests must pass
  • Code must pass linting
  • Follow existing code patterns

Current Objectives

  1. [Your objective here]