mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 13:30:49 -05:00
## Summary TypedDict now synthesizes a proper `__delitem__` method that... - ...allows deletion of `NotRequired` keys and keys in `total=False` TypedDicts. - ...rejects deletion of required keys (synthesizes `__delitem__(k: Never)`).