-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
crash for a very specific invocation of mypy:
assert isinstance(visitor, SyntheticTypeVisitor)
crash
#19286
opened Jun 12, 2025 by
asottile-sentry
Bounded generic type parameter not narrowed past its upper bound, regardless of argument value
bug
mypy got something wrong
topic-join-v-union
Using join vs. using unions
#19285
opened Jun 12, 2025 by
alythobani
Source file found twice under different module names mypy
bug
mypy got something wrong
pending
Issues that may be closed
#19284
opened Jun 12, 2025 by
Tusenka
Generic type incorrectly un-narrowed following TypeIs
bug
mypy got something wrong
topic-type-narrowing
Conditional type narrowing / binder
topic-typeguard-typeis
TypeGuard / TypeIs / PEP 647 / PEP 742
#19282
opened Jun 12, 2025 by
hauntsaninja
setting mypy got something wrong
topic-stubtest
exclude_gitignore = true
breaks stubtest
bug
#19281
opened Jun 12, 2025 by
jorenham
1.16 changed behavior of redefined variable to None
bug
mypy got something wrong
topic-strict-optional
topic-type-narrowing
Conditional type narrowing / binder
#19280
opened Jun 12, 2025 by
eli-schwartz
Wrong mypy got something wrong
topic-reachability
Detecting unreachable code
unreachable
note in finally
section
bug
#19269
opened Jun 10, 2025 by
tyralla
Type-narrowing in a union sometimes fails
bug
mypy got something wrong
topic-type-narrowing
Conditional type narrowing / binder
#19265
opened Jun 10, 2025 by
bzoracler
Argument "key" to "sorted" has incompatible type "Callable…"
bug
mypy got something wrong
topic-type-context
Type context / bidirectional inference
#19259
opened Jun 9, 2025 by
roubert
Unreachability should work for constrained type vars
feature
topic-reachability
Detecting unreachable code
topic-type-variables
#19256
opened Jun 8, 2025 by
A5rocks
An instance of a final class should be treated as satisfying a TypeVar bound to it, after being narrowed
bug
mypy got something wrong
topic-type-narrowing
Conditional type narrowing / binder
topic-type-variables
#19255
opened Jun 8, 2025 by
A5rocks
Report an error if *args or **kwargs are passed when all other arguments are filled.
feature
topic-calls
Function calls, *args, **kwargs, defaults
#19244
opened Jun 6, 2025 by
chriselion
[1.16 regression] Incompatible types error when using mypy got something wrong
topic-enum
Enum
s of a NamedTuple
bug
#19242
opened Jun 6, 2025 by
pcavalar
Mypy false positive for mypy got something wrong
topic-calls
Function calls, *args, **kwargs, defaults
converter
class attribute in logging.Formatter
class.
bug
#19241
opened Jun 6, 2025 by
Yazan-Sharaya
1.16 regression: 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
--warn-unused-ignore
now complains in ignored-but-correct places
bug
#19237
opened Jun 4, 2025 by
asottile-sentry
Non-hashable tuple should not be accepted as mypy got something wrong
Hashable
bug
#19232
opened Jun 4, 2025 by
bluenote10
"--version" option does not produce output matching an existing git tag
bug
mypy got something wrong
#19212
opened Jun 3, 2025 by
david-mcdowell-ilw
mypy loses information about types. 'str | tuple[str, ...]' becomes 'Sequence[str]'
bug
mypy got something wrong
topic-join-v-union
Using join vs. using unions
#19211
opened Jun 2, 2025 by
iharabukhouski
Function with generic class and generic value arguments are not inferred when generic is a TypedDict
bug
mypy got something wrong
topic-typed-dict
#19201
opened Jun 2, 2025 by
frankie567
Mypy plugins: Changing class signature impossible here?
feature
#19195
opened Jun 1, 2025 by
eliegoudout
dataclasses.dataclass, custom __init__ and dataclasses.replace false positive.
bug
mypy got something wrong
topic-dataclasses
#19193
opened Jun 1, 2025 by
squeaky-pl
Type variable defaults, solved for partially-parameterised generic types, do not reset
bug
mypy got something wrong
topic-pep-696
TypeVar defaults
#19192
opened Jun 1, 2025 by
bzoracler
Instance variables typed as mypy got something wrong
Callable
on the class body don't get assignment warnings when missing in __slots__
bug
#19187
opened May 31, 2025 by
bzoracler
Crash using forward-referencing type alias parameterised by dependent type variables
crash
topic-pep-696
TypeVar defaults
topic-type-alias
TypeAlias and other type alias issues
#19186
opened May 31, 2025 by
bzoracler
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.