Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 267 Bytes

File metadata and controls

8 lines (6 loc) · 267 Bytes

Contributing

Code Style

Python developers should follow pep8 at least loosely. These guidelines are fairly simple and a lot is handled by a combination of black and flake8.

  • The line length is max 79
  • pep8 style naming conventions
  • 4 spaces for indentation