Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 784 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 784 Bytes

Contributing

We would love your help in maintaining and improving this project.

Environment Setup

  • Before committing code, install pre-commit hooks with pre-commit install. We run isort, black, and mypy.

  • To run the tests, run tox in the root directory. PostgreSQL must be installed. To debug unit tests, run tox -- --pdb to drop into the debugger upon failure.

Submit Your Code

To submit your code, fork the repository, create a new branch, and open a Pull Request when your work is ready for review.