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

Proposal: treat "obvious" return type as annotated feature topic-inference When to infer types or require explicit annotations
#4409 opened Dec 25, 2017 by elazarg
Exit status when config error bug mypy got something wrong topic-configuration Configuration files and flags
#15850 opened Aug 11, 2023 by Dreamsorcerer
Value of type "Type[type]" is not indexable error inside reveal_type(type[type]) bug mypy got something wrong false-positive mypy gave an error on correct code topic-pep-585 PEP 585 (builtin generics)
#13026 opened Jun 26, 2022 by denballakh
Meta issue tracker, pt 2 meta Issues tracking a broad area of work
#16472 opened Nov 12, 2023 by hauntsaninja
Allow Annotated to wrap Final and ClassVar bug mypy got something wrong topic-final PEP 591
#12061 opened Jan 25, 2022 by GBeauregard
Support @no_type_check for classes false-positive mypy gave an error on correct code feature priority-1-normal topic-pep-484 topic-runtime-semantics mypy doesn't model runtime semantics correctly
#607 opened Mar 21, 2015 by JukkaL
2
7
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
Don't use XSLT in report generator priority-1-normal refactoring Changing mypy's internals
#909 opened Oct 11, 2015 by JukkaL
Confusing error message when using AnyStr bug mypy got something wrong priority-0-high topic-join-v-union Using join vs. using unions topic-usability
#963 opened Oct 22, 2015 by oconnor663
Infer attributes from __new__ false-positive mypy gave an error on correct code feature priority-0-high
#1021 opened Nov 29, 2015 by JukkaL
ternary operator for side-effect with max bug mypy got something wrong
#17803 opened Sep 21, 2024 by serjflint
ProTip! Exclude everything labeled bug with -label:bug.