-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Pull requests: python/mypy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Better match narrowing for irrefutable mapping patterns
#20906
opened Feb 26, 2026 by
hauntsaninja
•
Draft
Better match narrowing for unions of type objects
#20905
opened Feb 26, 2026 by
hauntsaninja
Loading…
uncomment testCanCreateTypedDictTypeWithDictCall
#20890
opened Feb 24, 2026 by
wyattscarpenter
Loading…
investigate and change a couple of -skips to -xfails
#20889
opened Feb 24, 2026 by
wyattscarpenter
Loading…
Suggest narrowing for None in union attribute errors
#20888
opened Feb 24, 2026 by
dhruvildarji
Loading…
Uncomment two tests and xfail them instead, to reduce the chance of code rot
#20887
opened Feb 24, 2026 by
wyattscarpenter
Loading…
stubtest: attempt to resolve decorators from their type
#20867
opened Feb 22, 2026 by
hauntsaninja
Loading…
Don't create .mypy_cache directory when --no-incremental is used
#20833
opened Feb 17, 2026 by
worksbyfriday
Loading…
Fix enum private names (__x) incorrectly marked as final
#20832
opened Feb 17, 2026 by
worksbyfriday
Loading…
Fix false positive for enum members shadowing base properties
#20807
opened Feb 13, 2026 by
emmanuel-ferdman
Loading…
Add actual mypy error messages to documentation examples
#20770
opened Feb 8, 2026 by
veeceey
Loading…
Add --include-vendored flag and warning for skipped vendor modules
#20769
opened Feb 8, 2026 by
veeceey
Loading…
Document show_error_codes config option and CLI flag
#20767
opened Feb 8, 2026 by
veeceey
Loading…
3 tasks done
Add note explaining Container[T] __contains__ parameter rules
#20741
opened Feb 4, 2026 by
KarthickKrishnasaisha
Loading…
Fix: ensure unpacked **kwargs have string-compatible keys (#20706)
#20713
opened Feb 1, 2026 by
Vikash-Kumar-23
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.