What's Changed
Features
- Add
mypy>=1.19,<2.4support
Bugfixes
- Fixes
partialmypy plugin inferring the wrong signature when a positional
argument is applied by keyword: the remaining parameters are now correctly
marked as keyword-only, so passing them positionally is a type error instead
of a runtimeTypeError
New Contributors
- @codspeed-hq[bot] made their first contribution in #2426
- @gaoflow made their first contribution in #2435
- @kodsurfer made their first contribution in #2473
- @apoorvdarshan made their first contribution in #2446
Full Changelog: 0.28.0...0.29.0