We would love your help in maintaining and improving this project.
-
Before committing code, install
pre-commit
hooks withpre-commit install
. We runisort
,black
, andmypy
. -
To run the tests, run
tox
in the root directory. PostgreSQL must be installed. To debug unit tests, runtox -- --pdb
to drop into the debugger upon failure.
To submit your code, fork the repository, create a new branch, and open a Pull Request when your work is ready for review.