The setup section of the README explains how to get a local instance running
- Make sure to run
pre-commit install
before committing your changes. This will re-format your code usingblack
to make sure it's PEP8 compliant, among other checks. - All code submitted must be PEP8 compliant.
- All tests, new and existing must pass. If submitting new features, it is highly recommended to add plenty of tests to make sure it does not break in the future.