We would love your help in maintaining and improving this project.
-
Before committing code, install
pre-commithooks withpre-commit install. We runisort,black, andmypy. -
To run the tests, run
toxin the root directory. PostgreSQL must be installed. To debug unit tests, runtox -- --pdbto 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.