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

Latest commit

 

History

History
15 lines (11 loc) · 633 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 633 Bytes

Contributing

Feel free to report bugs you have encountered and suggest new features.

For any new development, please respect the standards in place on the project (enforced by the CI):

  • formatting with black
  • validated by flake8 and (coming soon) mypy
  • tested with unittest
  • compatible from python 3.3 to python 3.8

To install development dependencies: pip install -r requirements.dev.txt.