-
-
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
mypy reports an error with a function with generic argument.
bug
mypy got something wrong
#18544
opened Jan 27, 2025 by
s17b2-voroneckij
report warn-redundant-annotation (similar to warn-redundant-cast)
feature
#18540
opened Jan 26, 2025 by
asottile
type-arg
errors are over a larger node than necessary
bug
#18531
opened Jan 25, 2025 by
A5rocks
mypy
should use List
when complaining about issues with the List
type, instead of list
feature
topic-error-reporting
#18530
opened Jan 25, 2025 by
hamirmahal
Crash on namedtuple + @dataclass
crash
topic-dataclasses
topic-named-tuple
#18527
opened Jan 24, 2025 by
ericbuehl
Enhancement: Support Git Branch-Based Caching and Pre-Execution Commands
feature
#18526
opened Jan 24, 2025 by
martinResearch
Should a method name shadow outer names when quoted or with PEP563?
bug
mypy got something wrong
topic-quoted-annotations
Detecting problems with quoted annotations
topic-runtime-semantics
mypy doesn't model runtime semantics correctly
#18525
opened Jan 24, 2025 by
sterliakov
"Statement is unreachable" when doing mypy got something wrong
topic-match-statement
Python 3.10's match statement
topic-reachability
Detecting unreachable code
match
on type
objects
bug
#18524
opened Jan 24, 2025 by
woodruffw
incorrect end column for unreachable if statements
bug
mypy got something wrong
topic-error-reporting
How we report errors
#18522
opened Jan 24, 2025 by
A5rocks
structurally equivalent namedtuples can confuse mypy in unions in some cases
bug
mypy got something wrong
topic-named-tuple
#18520
opened Jan 23, 2025 by
asottile-sentry
Make each assignment to define a distinct variable with independent type
feature
priority-0-high
#18516
opened Jan 23, 2025 by
JukkaL
Decorating mypy got something wrong
__init__()
with a class decorator is not supported
bug
#18513
opened Jan 23, 2025 by
s417-lama
mypy duplicates mypy got something wrong
topic-reveal-type
reveal_type() and reveal_locals()
reveal_type
notes with partial types
bug
#18511
opened Jan 22, 2025 by
A5rocks
Make it possible to obtain non-type arguments in type analyze plugin hooks
feature
topic-plugins
The plugin API and ideas for new plugins
#18508
opened Jan 22, 2025 by
palle-k
Crash if a class is generic over a PEP-695 parameter that has the same name as an old-style Issues related to PEP 695 syntax
TypeVar
that is also in scope and the old-style TypeVar has a bound which uses an unquoted forward reference
crash
topic-pep-695
#18507
opened Jan 22, 2025 by
AlexWaygood
Mypy hangs on recursive Issues related to PEP 695 syntax
type
keyword in combination with an unresolved type name
crash
topic-pep-695
#18505
opened Jan 22, 2025 by
NiklasRosenstein
TypeVar in higher order decorator with type alias not resolved properly
bug
mypy got something wrong
topic-type-alias
TypeAlias and other type alias issues
topic-type-variables
#18503
opened Jan 21, 2025 by
cdce8p
Warn when PEP695 type param clashes with a TypeVar name
feature
#18499
opened Jan 21, 2025 by
leamingrad
Different overlap checking between mypy got something wrong
topic-overloads
__mul__
and __rmul__
bug
#18498
opened Jan 21, 2025 by
leamingrad
mypy infers mypy got something wrong
Any
for numpy 2.2.2. expressions that worked with 2.2.1
bug
#18496
opened Jan 21, 2025 by
bersbersbers
False narrowing with repeated assignment inside if resulting in bad false negative
bug
mypy got something wrong
good-second-issue
topic-type-narrowing
Conditional type narrowing / binder
#18492
opened Jan 20, 2025 by
MaxG87
Enum mypy got something wrong
topic-enum
_ignore_
'd names and private names are treated like normal members
bug
#18491
opened Jan 20, 2025 by
injust
1.15 Release Tracking Issue
meta
Issues tracking a broad area of work
#18487
opened Jan 19, 2025 by
wesleywright
3 tasks done
False-positive type errors when passing **kwargs to a function that has other keyword args
needs discussion
#18481
opened Jan 17, 2025 by
aaron-siegel
TypeVar with union bound changes return type of mypy got something wrong
type(t)()
bug
#18478
opened Jan 16, 2025 by
christianbundy
Previous Next
ProTip!
Adding no:label will show everything without a label.