Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 447 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 447 Bytes

Table of Contents

  • Python version and dependencies
  • Code formatting
  • PEP8

Python version and dependencies

Current development is done with Python 3.7+

Dependencies can be managed with pip-tools.

Code formatting

We encourage the use of the Black code formatter.

PEP8

Please follow all PEP8 standards except for the antiquated 80 column rule.