API breaking changes introduced. Pin statick<0.11 if you need the older plugin approach based on yapsy.
Added
- Use of
pyproject.toml
instead ofsetup.py
andrequirements.txt
. - Added support for Python 3.12 and 3.13.
- Switched from yapsy to setuptools for plugin mechanism. (#508)
Fixed
- Run
isort
on unit test files. - Handle updated warning type from
cppcheck
introduced in version 2.8.