v1.7.0
- Adds
mypy
and type hinting viapy.typed
- Simplifies template module (removes unused class)
- Adds missing
__all__
variable to__init__.py
- Simplifies the lint step of the build by only running checks once (previously some checks were getting run twice)
- Tests against Python
3.10