0.21.0
- remove
noqa: F401
from__init__.py
files - add type checking to documentation
conf.py
- enforces
lf
line ending withruff
- target python version 3.9 instead of 3.10 for lint
- remove
setup.py
mentions frompyproject.toml
- remove
pytest
utilityrequires_module
- add explicit codecov token to support
codecov/codecov-action@v4
- pin
pytest
to 8.0 or above due to backward incompatible change onpytest.warns
- run
twine
check before upload to PyPI
Full Changelog: 0.20.0...0.21.0