Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 162 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 162 Bytes

Branches

All PRs should be made against the devel branch.

black

Be sure to run

black --line-length=79 <python_file>

after editing any Python file.