v2.4.0
What's Changed
Breaking Changes 🛠
- Remove the
@parsable
decorator
Other Changes ⚔️
- Raise minimum Python version to 3.10 by @tmke8 in #269
- Remove
from __future__ import annotations
where possible by @tmke8 in #270 - Use a match statement instead of an elif-cascade by @tmke8 in #271
- Update ruff by @tmke8 in #274
- Replace darglint with pydoclint by @tmke8 in #276
- Activate pydoclint by @tmke8 in #277
- Avoid the boolean trap by @tmke8 in #284
Full Changelog: v2.3.2...v2.4.0