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
Assigned to nobody Loading
Sort

Issues list

Mypy false positive for converter class attribute in logging.Formatter class. bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults
#19241 opened Jun 6, 2025 by Yazan-Sharaya
[1.16 regression] duplicated note for incompatible type bug mypy got something wrong
#19240 opened Jun 5, 2025 by ngnpope
1.16 regression: --warn-unused-ignore now complains in ignored-but-correct places bug mypy got something wrong pending Issues that may be closed topic-error-reporting How we report errors topic-type-ignore # type: ignore comments topic-usability
#19237 opened Jun 4, 2025 by asottile-sentry
Non-hashable tuple should not be accepted as Hashable bug mypy got something wrong
#19232 opened Jun 4, 2025 by bluenote10
Bug: overloads not matched when using TypeVar with default (where Pyright matches correctly) bug mypy got something wrong topic-calls Function calls, *args, **kwargs, defaults topic-pep-696 TypeVar defaults
#19182 opened May 31, 2025 by MarcoGorelli
"Invalid self argument" for numpy's iadd bug mypy got something wrong topic-overloads
#19171 opened May 30, 2025 by bersbersbers
Infer type of generic class from return type of (optionally awaitable) callable passed to constructor bug mypy got something wrong topic-inference When to infer types or require explicit annotations
#19143 opened May 23, 2025 by DouweM
Sequence of types bug mypy got something wrong topic-join-v-union Using join vs. using unions
#19142 opened May 23, 2025 by DouweM
Unpack generic tuple with no args not working bug mypy got something wrong
#19140 opened May 23, 2025 by herobank110
MYPYPATH directory used even if no __init__.py bug mypy got something wrong
#19129 opened May 22, 2025 by brandonchinn178
Empty variadic tuple subtype not assignable to tuple[int, ...] bug mypy got something wrong topic-pep-646 PEP 646 (TypeVarTuple, Unpack)
#19110 opened May 18, 2025 by jorenham
tuple[Any, *tuple[Any, ...]] is not assignable to other tuple types bug mypy got something wrong topic-pep-646 PEP 646 (TypeVarTuple, Unpack)
#19109 opened May 18, 2025 by jorenham
incorrect inference of user-defined variadic tuple subtype instances bug mypy got something wrong topic-pep-646 PEP 646 (TypeVarTuple, Unpack)
#19106 opened May 18, 2025 by jorenham
Argument 1 to type_check_only has incompatible type type[S[T, *Ts]]; expected type[S[T, *Ts]] bug mypy got something wrong topic-pep-646 PEP 646 (TypeVarTuple, Unpack)
#19093 opened May 16, 2025 by jorenham
Cannot combine iterables of Callable classes bug mypy got something wrong topic-join-v-union Using join vs. using unions
#19091 opened May 15, 2025 by benjaminglass1
ProTip! Find all open issues with in progress development work with linked:pr.