Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 246 Bytes

File metadata and controls

6 lines (5 loc) · 246 Bytes

Contributing

  • Open an issue for bugs or missing tasks.
  • Keep PRs small. Do not add endpoints that are not in the TwexAPI OpenAPI.
  • Do not commit API keys or .env files.
  • Run uv run ruff check . and uv run pytest before opening a PR.