Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 398 Bytes

coding_style.md

File metadata and controls

5 lines (3 loc) · 398 Bytes

Coding style

We adhere to pep8, which is automatically enforced via a pre-commit in the CI.

Please check your code manually before committing. Suggestions for how to perform these checks, as well as additional information about the checks performed, can be found in the developer guide.