Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 263 Bytes

CONVENTIONS.md

File metadata and controls

6 lines (4 loc) · 263 Bytes

Put coding conventions in this file that will be used with assistants such as aider.

See: aider -- Specifying coding conventions

  • Prefer httpx over requests for making http requests.
  • Use types everywhere possible.