Please fork and make a PR from your fork!
A few linters are run and are required to pass in order for a PR to be allowed. You can see them in .github/workflows.linters.yml
There is also a formatter, black
. Please run poetry run black
to format your code.
Environment management is done with poetry - check out their usage docs for some examples. https://python-poetry.org/docs/master/