-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Pull requests: python/mypy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix: suppress Foo[...] suggestion when annotation uses keyword args
#21197
opened Apr 9, 2026 by
vpawela
Loading…
fix(match): enum literal narrowing is order-sensitive in match statements
#21196
opened Apr 9, 2026 by
Bahtya
Loading…
fix(checker): avoid false overload-cannot-match with ParamSpec args
#21194
opened Apr 9, 2026 by
Bahtya
Loading…
fix: handle union-bound TypeVar in type[T] callable analysis
#21191
opened Apr 9, 2026 by
Bahtya
Loading…
fix: isinstance narrowing regression with dynamic tuple argument
#21190
opened Apr 8, 2026 by
Bahtya
Loading…
fix: prevent false unreachable error when comparing generic callables
#21188
opened Apr 8, 2026 by
Bahtya
Loading…
[mypyc] Move API table definitions to .c files
#21183
opened Apr 7, 2026 by
p-sawicki
Collaborator
Loading…
Suppress misleading Foo[...] suggestion for annotations with keyword args
#21179
opened Apr 6, 2026 by
Chessing234
Loading…
4 tasks done
Make it so that error comments in tests are not ignored if they occur at the beginning of a line
#21172
opened Apr 5, 2026 by
wyattscarpenter
Contributor
Loading…
Use the actual readme as the pyproject.toml readme
#21166
opened Apr 4, 2026 by
wyattscarpenter
Contributor
Loading…
Disallow any generic in type type context
#21164
opened Apr 3, 2026 by
hauntsaninja
Collaborator
•
Draft
Make --local-partial-types the default
deferred
#21163
opened Apr 3, 2026 by
hauntsaninja
Collaborator
Loading…
Propagate narrowing within chained comparisons
#21160
opened Apr 3, 2026 by
hauntsaninja
Collaborator
Loading…
Fix match statement semantics for "or" pattern
#21156
opened Apr 3, 2026 by
hauntsaninja
Collaborator
Loading…
Use WAL with SQLite cache, fix close
#21154
opened Apr 3, 2026 by
hauntsaninja
Collaborator
Loading…
fix(narrowing): propagate walrus narrowing from inside
and expressions (closes #19430)
#21147
opened Apr 2, 2026 by
traveltamers
Loading…
Fix generic NamedTuple class pattern matching
#21140
opened Apr 1, 2026 by
paulorochaoliveira
Loading…
Improve error message for incompatible **kwargs argument
#21129
opened Apr 1, 2026 by
yourlocaljosh
Loading…
fix: clarify "Extra argument from **args" as "from **TypedDict"
#21127
opened Apr 1, 2026 by
nuglifeleoji
Contributor
Loading…
fix: use "constraints and a bound" in TypeVar error message
#21126
opened Apr 1, 2026 by
nuglifeleoji
Contributor
Loading…
fix: mention type aliases in "Type application" error message
#21122
opened Mar 31, 2026 by
nuglifeleoji
Contributor
Loading…
fix: use "parameter" instead of "argument" in missing-self error message
#21121
opened Mar 31, 2026 by
nuglifeleoji
Contributor
Loading…
Previous Next
ProTip!
Adding no:label will show everything without a label.