-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
[1.16 regression] failure to exhaustively narrow type var bounded by union
bug
mypy got something wrong
#19159
opened May 28, 2025 by
hauntsaninja
Keep Type context / bidirectional inference
Literal
after indexing?
feature
topic-literal-types
topic-type-context
#19152
opened May 26, 2025 by
ego-thales
Request: split off
Untyped decorator makes function "..." untyped
from [misc]
feature
#19148
opened May 26, 2025 by
Avasam
[1.16 regression] Incorrect inferred type when using a classmethod from a different class as an attribute
bug
mypy got something wrong
#19146
opened May 24, 2025 by
delfick
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
[1.16 regression] narrowing on is_dataclass
bug
mypy got something wrong
topic-typeguard-typeis
TypeGuard / TypeIs / PEP 647 / PEP 742
#19139
opened May 23, 2025 by
henryiii
mypy not raising error on inexhaustive case/match statements in strict mode
feature
topic-match-statement
Python 3.10's match statement
#19136
opened May 23, 2025 by
Don-Burns
Conditionally excluding backward incompatible syntax based on python version
feature
#19134
opened May 22, 2025 by
alisaifee
MYPYPATH directory used even if no __init__.py
bug
mypy got something wrong
#19129
opened May 22, 2025 by
brandonchinn178
"An implementation for an overloaded function is not allowed in a stub file" for overloaded type hint
bug
mypy got something wrong
#19128
opened May 21, 2025 by
kylebarron
Preliminary test on type not detected, leading to false error
feature
topic-type-narrowing
Conditional type narrowing / binder
#19124
opened May 21, 2025 by
mhooreman
Show more context about the base class on incompatible override
feature
good-first-issue
topic-usability
#19112
opened May 19, 2025 by
JukkaL
Empty variadic mypy got something wrong
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
tuple
subtype not assignable to tuple[int, ...]
bug
#19110
opened May 18, 2025 by
jorenham
tuple[Any, *tuple[Any, ...]]
is not assignable to other tuple types
bug
#19109
opened May 18, 2025 by
jorenham
Enable --pretty by default
feature
good-first-issue
topic-usability
#19108
opened May 18, 2025 by
JukkaL
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
class S(tuple[*tuple[()]])
crashes mypy
crash
topic-pep-646
#19105
opened May 18, 2025 by
jorenham
Odd error message for invalid use of tuple(): expected "Iterable[Never]"
bug
mypy got something wrong
topic-error-reporting
How we report errors
#19098
opened May 16, 2025 by
wyattscarpenter
Fails to flag
None
passed to constructor of enum.Enum
-based classes
feature
topic-enum
#19094
opened May 16, 2025 by
cstigen
Argument 1 to mypy got something wrong
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
type_check_only
has incompatible type type[S[T, *Ts]]
; expected type[S[T, *Ts]]
bug
#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
Type narrowing for tuple worse with match than with the equivalent instanceof check
bug
mypy got something wrong
topic-match-statement
Python 3.10's match statement
topic-type-narrowing
Conditional type narrowing / binder
#19082
opened May 12, 2025 by
mscheifer
Mypy doesn't narrow a matched object's type (generic or not) based on attribute subpattern match
bug
mypy got something wrong
topic-match-statement
Python 3.10's match statement
topic-type-narrowing
Conditional type narrowing / binder
#19081
opened May 12, 2025 by
alythobani
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.