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

Strict equality not working between string and uuid bug mypy got something wrong topic-overlap Overlapping equality check
#18798 opened Mar 13, 2025 by sk-
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
#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
False positive with **kwargs with multiple arguments bug mypy got something wrong topic-error-reporting How we report errors
#18759 opened Mar 6, 2025 by eltoder
Bug with match.group().count in loop on v1.15.0 bug mypy got something wrong
#18738 opened Feb 25, 2025 by kmurphy4
Protocol invariance not tracked if subclassed bug mypy got something wrong
#18724 opened Feb 23, 2025 by Hnasar
mypy behavior differs when run on a file directly vs a test bug mypy got something wrong topic-developer Issues relevant to mypy developers topic-enum
#18721 opened Feb 22, 2025 by sterliakov
False positive "Method must have at least one argument" with @enum.member bug mypy got something wrong topic-enum topic-runtime-semantics mypy doesn't model runtime semantics correctly
#18720 opened Feb 22, 2025 by sterliakov
Enum @member and nonmember mishandled in Literal types bug mypy got something wrong topic-enum
#18719 opened Feb 22, 2025 by sterliakov
mypy reports no issues on access of conditionally available fields bug mypy got something wrong topic-possibly-undefined possibly-undefined error code
#18708 opened Feb 19, 2025 by jgogstad
ProTip! Adding no:label will show everything without a label.