We accept all kinds of contributions, whether they are bug fixes, pull requests or documentation updates!
Setting up the local enviroment is done with python poetry
> poetry install
After making code changes, please run the linters and fix all errors:
> poetry run tox --elinter
After making code changes, please run code formatters:
> poetry runtox --eformatter
We require unit tests for all code changes.
Run tests:
> poetry run tox