Contributing¶
Tooling¶
Black¶
We use black as an autoformatter. It is also run during CI and will fail if it's not formatted beforehand.
Isort¶
We use isort as an autoformatter.
Commitizen¶
We use commitizen to automatically bump the version number.
If you use conventional commit messages, the changelog.md is generated automatically.