[0.2.4] - 2023-09-18
Updated dependencies, added py.typed
, swapped linters to Ruff, fixed lint
issues, and removed support for Python 3.8 due to type hint changes.
Added
py.typed
is now present, lettingmypy
use the provided type hints- Added a workflow for Ruff
Changed
- Ruff replaces Pylint an Flake8 as linters
- Cleaned up the source code with Ruff
- Updated dpendencies
- Updated
Makefile
Removed
- Removed the old workflows for Pylint and Flake8