Skip to content

Issues: python/mypy

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Mypyc ignores custom __new__ without warning bug mypy got something wrong
#16012 opened Sep 1, 2023 by nickdrozd
type without arguments becomes type[nothing] instead of type[Any] bug mypy got something wrong
#16001 opened Aug 30, 2023 by eltoder
Allow Redefinitions of For Loop Iteration Variables bug mypy got something wrong
#15988 opened Aug 29, 2023 by rameshvarun
Variable type inference doesn't handle loops bug mypy got something wrong
#15982 opened Aug 29, 2023 by eltoder
crash when using isinstance againt variadic tuple crash topic-pep-646 PEP 646 (TypeVarTuple, Unpack)
#15978 opened Aug 28, 2023 by mehdigmira
(🐞) Sus impostor tuple in dict literal error message bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags topic-usability
#15973 opened Aug 27, 2023 by KotlinIsland
(🐞) redundant union entries show in error messages bug mypy got something wrong topic-error-reporting How we report errors topic-union-types
#15972 opened Aug 27, 2023 by KotlinIsland
Module "jaraco" has no attribute "env" (from jaraco import env) bug mypy got something wrong
#15970 opened Aug 26, 2023 by jaraco
Unpacking unions of tuples skips type checking bug mypy got something wrong
#15969 opened Aug 26, 2023 by bersbersbers
Two possibly-undefined bugs with match statements bug mypy got something wrong topic-match-statement Python 3.10's match statement topic-possibly-undefined possibly-undefined error code topic-reachability Detecting unreachable code
#15958 opened Aug 25, 2023 by AlexWaygood
Pattern matching: Type narrowing in sequence pattern not applied in guard bug mypy got something wrong topic-match-statement Python 3.10's match statement topic-type-narrowing Conditional type narrowing / binder
#15949 opened Aug 24, 2023 by arvidfm
Unable to type check only specific submodule/subpackage. bug mypy got something wrong
#15936 opened Aug 22, 2023 by RuRo
error when subclassing a generic class that implements __new__ bug mypy got something wrong
#15935 opened Aug 22, 2023 by cj81499
Type inference issue with match expression in generic functions bug mypy got something wrong topic-match-statement Python 3.10's match statement topic-type-narrowing Conditional type narrowing / binder topic-type-variables
#15930 opened Aug 22, 2023 by myuanz
Mypy 1.6 Release Planning meta Issues tracking a broad area of work
#15919 opened Aug 21, 2023 by koogoro
ProTip! Type g i on any issue or pull request to go back to the issue listing page.