Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 287 Bytes

File metadata and controls

6 lines (5 loc) · 287 Bytes

Code style

  • You should follow PEP8 code style, in theory. In practice, use a code formatter such as Ruff.
  • Only customisation allowed to PEP8 style are the formatter options set in the pyproject.toml file.
  • Ruff checks are part of the CI process validating Pull Requests.