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

stubgen & pybind11: can we make them play nice(r)? bug mypy got something wrong topic-stubgen
#16306 opened Oct 21, 2023 by rwgk
cached runs of dmypy stop reporting "unused type: ignore" warnings bug mypy got something wrong topic-daemon dmypy topic-type-ignore # type: ignore comments
#9655 opened Oct 28, 2020 by rggjan
mypy can't infer type for functools.reduce bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-type-variables
#4673 opened Mar 2, 2018 by kamahen
New semantic analyzer: Namespace package with __init__.py breaks analysis bug mypy got something wrong false-positive mypy gave an error on correct code needs discussion semantic-analyzer Problems that happen during semantic analysis topic-usability
#7029 opened Jun 20, 2019 by fireundubh
Type[T] -> T has a strange behaviour bug mypy got something wrong priority-1-normal topic-type-form TypeForm might fix this topic-usability
#9003 opened Jun 15, 2020 by ltworf
Disallow type[NoReturn] bug mypy got something wrong priority-2-low topic-pep-484
#11291 opened Oct 7, 2021 by DetachHead
mypy Type error for a class with an imported metaclass bug mypy got something wrong false-positive mypy gave an error on correct code priority-1-normal topic-metaclasses
#9185 opened Jul 21, 2020 by seanp2
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
Mypy incorrectly warns when passing literals as kwarg keywords bug mypy got something wrong
#10023 opened Feb 4, 2021 by nipunn1313
type[Any] not considered Hashable bug mypy got something wrong
#11470 opened Nov 5, 2021 by KotlinIsland
Honor return type of __new__ even if not a subclass bug mypy got something wrong
#15182 opened May 4, 2023 by oscarbenjamin
NoReturn return type with singledispatch causing weird errors bug mypy got something wrong
#11727 opened Dec 13, 2021 by JukkaL
"Already defined" + "not defined" errors with SQLAlchemy 1.2 hybrid_property bug mypy got something wrong topic-descriptors Properties, class vs. instance attributes
#4430 opened Jan 5, 2018 by Deimos
TypeVar incompatible with constrained union bug mypy got something wrong
#9424 opened Sep 6, 2020 by NeilGirdhar
0.981 Introduces unnecessary build requirements bug mypy got something wrong
#14171 opened Nov 23, 2022 by dvzrv
Generic type inferred wrong; curious difference betweer aiter(f(x)) and c = f(x); aiter(c) bug mypy got something wrong topic-type-context Type context / bidirectional inference
#16376 opened Oct 31, 2023 by sliedes
TypeGuard on self does not narrow associated TypeVars bug mypy got something wrong
#14425 opened Jan 10, 2023 by JosiahKane
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.