If you find a bug or have a feature request, please open an issue. If you report a bug, please use the issue template.
- To automatically generate the changelog and version numbers we use conventional commits
Please install the pre-commit hooks to automatically
- format the code with black
- sort the imports with isort
- lint the code with prospector
We use type hints, which we feel is a good way of documentation and helps us find bugs using mypy.
Please make a new branch for the development of new features. Rebase on the upstream master and include a test for your new feature. (The CI checks for a drop in code coverage.)