Skip to content

Issues: python/mypy

Python 3.13 tracking issue
#17264 opened May 18, 2024 by hauntsaninja
Open
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

Doesn't recognize all uses of super bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#857 opened Aug 21, 2015 by agentydragon
Allow type aliases be used as variables bug mypy got something wrong false-positive mypy gave an error on correct code priority-2-low
#327 opened Jul 25, 2014 by JukkaL
@overload is required when using @dispatch bug mypy got something wrong false-positive mypy gave an error on correct code
#3853 opened Aug 21, 2017 by orenbenkiki
lambda: (yield) causes spurious errors bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#3551 opened Jun 15, 2017 by ambv
Error on cyclic import from package hidden in a function bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-import-cycles
#2418 opened Nov 8, 2016 by lopuhin
isinstance(x, Type) not accepted bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-runtime-semantics mypy doesn't model runtime semantics correctly topic-type-narrowing Conditional type narrowing / binder topic-usability
#3060 opened Mar 27, 2017 by JukkaL
List[<nothing>] error bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-type-context Type context / bidirectional inference topic-usability
#3283 opened Apr 29, 2017 by jcrmatos
from .x import y causes "Name already defined" for x bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#3735 opened Jul 18, 2017 by douglas-treadwell
Allow yielding result of function that returns None bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#1933 opened Jul 23, 2016 by gvanrossum
Inferring an optional type when first initializer uses non-optional type false-positive mypy gave an error on correct code feature needs discussion priority-0-high topic-inference When to infer types or require explicit annotations
#1735 opened Jun 22, 2016 by JukkaL
Strange behavior when superclass is an unknown argument bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-inheritance Inheritance and incompatible overrides
#1069 opened Dec 11, 2015 by gvanrossum
Binder should reason about complex expressions false-positive mypy gave an error on correct code feature priority-1-normal topic-type-narrowing Conditional type narrowing / binder
#2199 opened Sep 30, 2016 by gvanrossum
Apparent false positive when using reduce with dictionaries bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal
#4150 opened Oct 23, 2017 by edwardcwang
generic class attributes with unions become object on subclasses bug mypy got something wrong false-positive mypy gave an error on correct code needs discussion priority-1-normal topic-inheritance Inheritance and incompatible overrides topic-type-variables
#4834 opened Apr 2, 2018 by chadrik
ProTip! Adding no:label will show everything without a label.