We welcome all contributions!
We use MyPy for type checking.
make type-check
Run the test suite with
make test
Lint the code with flake8
make lint
- Bump the version in
setup.cfg
andsetup.py
- Merge code to
main
- Create a new release on GitHub with your version as the tag (e.g.
v0.2.0
) - Run
make dist
to create a distribution file - Run
make release
to upload to pypi