Skip to content

Issues: python/mypy

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

Inconsistency in reveal_type(some_type) bug mypy got something wrong topic-reveal-type reveal_type() and reveal_locals() topic-usability
#13062 opened Jul 3, 2022 by denballakh
reveal_locals() doesn't show module globals that are annotated bug mypy got something wrong topic-reveal-type reveal_type() and reveal_locals()
#12478 opened Mar 28, 2022 by johnburnett
Mypy emits two conflicting results for reveal_type bug mypy got something wrong topic-reveal-type reveal_type() and reveal_locals() topic-union-types
#10739 opened Jun 29, 2021 by akaptur
Support reveal_type from dmypy feature topic-daemon dmypy topic-reveal-type reveal_type() and reveal_locals()
#10510 opened May 19, 2021 by rowillia
reveal_type should indicate untyped defs with types feature topic-reveal-type reveal_type() and reveal_locals()
#10509 opened May 19, 2021 by graingert
reveal_type() may affect inferred type / overload resolution bug mypy got something wrong priority-1-normal topic-reveal-type reveal_type() and reveal_locals()
#6328 opened Feb 4, 2019 by JukkaL
ProTip! Exclude everything labeled bug with -label:bug.