Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 369 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 369 Bytes

How to contribute

Please use merge requests to submit improvements to this project.

Code Standard

This project follows PEP8 using flake8. On push, standards checks are run and pull requests will not be approved until they succeed.

To fix your code to follow PEP8, install autopep8 and run:

autopep8 --in-place --aggressive --exclude build -r ./