Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 262 Bytes

File metadata and controls

4 lines (3 loc) · 262 Bytes

Repository Agent Notes

  • Always run Python commands (including tests, linting, type checks, scripts, and tooling) using the repository virtual environment at .venv.
  • Prefer .venv/bin/python -m <tool> over system Python or globally installed executables.