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
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Loop Variable over Literal List Not Recognised as Having Literal Type bug mypy got something wrong topic-type-context Type context / bidirectional inference
#18826 opened Mar 21, 2025 by macdjord
No TypeVar variable inference in ternary operators bug mypy got something wrong topic-type-context Type context / bidirectional inference
#18817 opened Mar 19, 2025 by sasanjac
mypy failed to evaluate TypeVar in function parameter bug mypy got something wrong topic-type-context Type context / bidirectional inference topic-type-variables
#18816 opened Mar 19, 2025 by KaitoHH
generic dataclass with default (and typevar default) bug mypy got something wrong topic-pep-696 TypeVar defaults
#18812 opened Mar 17, 2025 by asottile-sentry
stubtest invents _DT attribute on dataclasses bug mypy got something wrong topic-stubtest
#18811 opened Mar 17, 2025 by srittau
Inconsistent type analysis in lambdas for redundant-expr bug mypy got something wrong topic-type-narrowing Conditional type narrowing / binder
#18807 opened Mar 16, 2025 by sk-
return await ... not working properly bug mypy got something wrong topic-type-context Type context / bidirectional inference
#18805 opened Mar 15, 2025 by xAkre
Invalid type inference for generic typed dicts bug mypy got something wrong topic-typed-dict
#18804 opened Mar 15, 2025 by rnv812
isinstance(_, Callable) reports [arg-type] bug mypy got something wrong
#18796 opened Mar 12, 2025 by jorenham
Error code for "async for" outside async function is too general bug mypy got something wrong topic-async async, await, asyncio topic-error-reporting How we report errors
#18795 opened Mar 12, 2025 by danielnelson
For tuple in match, _ isn't determined to be Never, but _, _ is bug mypy got something wrong topic-match-statement Python 3.10's match statement topic-reachability Detecting unreachable code
#18792 opened Mar 12, 2025 by wyattscarpenter
Enum .name property has str type bug mypy got something wrong topic-enum
#18786 opened Mar 11, 2025 by semohr
Detect impossible unpacking? bug mypy got something wrong good-second-issue topic-calls Function calls, *args, **kwargs, defaults
#18783 opened Mar 11, 2025 by ego-thales
Union of Never can't be used bug mypy got something wrong topic-union-types
#18779 opened Mar 10, 2025 by pleaseletmesearch
Inconsistent Handling of Self in ClassVar Annotations bug mypy got something wrong topic-self-types Types for self
#18776 opened Mar 9, 2025 by avranu
(🐞) [1.15 REGRESSION] tuple fallback reports any expression bug mypy got something wrong topic-disallow-any The disallow-any-* family of flags
#18770 opened Mar 8, 2025 by KotlinIsland
ProTip! Adding no:label will show everything without a label.