- 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.