This page lists the steps needed to set up a development environment and contribute to the project.
-
Fork and clone this repo.
-
Run tests:
tox run
or for a specific python version
tox run -f py311
-
Running other tox commands (eg. linting):
tox -e fix