Pull requests: python/mypy
Pull requests list
Refactor: modularize long methods in Options and checkexpr
#19010 openedMay 1, 2025 by victorletichevsky Loading…
Attempt to fix Distribute Tuple False Positive bug
#19005 openedApr 30, 2025 by ChristinaTrinh Loading…
Consider property access from class objects (now for real)
#18969 openedApr 26, 2025 by sterliakov Loading…
NoneType handling for str.format() with specifiers
#18952 openedApr 22, 2025 by ChristinaTrinh Loading…
New setting "user_builtins_name": Ignore specific "name-defined" errors
#18936 openedApr 17, 2025 by un-pogaz Loading…
Add experimental support for PEP 764 inline TypedDicts
#18889 openedApr 5, 2025 by brianschubert Loading…
fix: prevent
ClassVar
override with instance property#18853 openedMar 29, 2025 by shenyih0ng Loading…
dmypy formats output in json the first time it's executed | Bug Fix
#18801 openedMar 13, 2025 by Daksh2000 Loading…
Correctly infer
x: SomeEnum; x.name
as union of literal names#18797 openedMar 13, 2025 by sobolevn Loading…
Fix: Handle Trailing Commas and Empty Strings in File Paths
#18728 openedFeb 24, 2025 by x612skm Loading…
Add: refinement of ReadOnly TypedDict fields in subclasses
#18704 openedFeb 18, 2025 by ldeld Loading…
[PEP 747] Recognize TypeForm[T] type and values (#9773)
#18690 openedFeb 16, 2025 by davidfstr Loading…
PEP 702 (@deprecated): improve the handling of overloaded functions and methods
#18682 openedFeb 15, 2025 by tyralla Loading…
[stubgen] align is_classmethod with is_staticmethod topic-stubgen
#18657 openedFeb 11, 2025 by ericmarkmartin Loading…
ProTip! Adding no:label will show everything without a label.