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

Document descriptors documentation priority-0-high topic-descriptors Properties, class vs. instance attributes
#2566 opened Dec 13, 2016 by JukkaL
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
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
Clean up node kinds in SymbolTableNode priority-0-high refactoring Changing mypy's internals
#4082 opened Oct 9, 2017 by JukkaL
Confusing message if callable is incompatible due to argument name bug mypy got something wrong priority-0-high topic-calls Function calls, *args, **kwargs, defaults topic-error-reporting How we report errors topic-usability
#4530 opened Feb 1, 2018 by JukkaL
Add more test for plugin infrastructure priority-0-high topic-plugins The plugin API and ideas for new plugins topic-tests
#4363 opened Dec 14, 2017 by ilevkivskyi
False negative involving null checks on optional types bug mypy got something wrong priority-0-high topic-reachability Detecting unreachable code topic-runtime-semantics mypy doesn't model runtime semantics correctly
#5423 opened Aug 6, 2018 by person594
Redundant cast warning in nested function in a narrowed block bug mypy got something wrong false-positive mypy gave an error on correct code priority-0-high topic-casts
#5795 opened Oct 17, 2018 by bryanforbes
Plugins and overloads don't interact well bug mypy got something wrong needs discussion priority-0-high topic-overloads topic-plugins The plugin API and ideas for new plugins
#7367 opened Aug 19, 2019 by ilevkivskyi
Invalid type for redefined variable inside nested function bug mypy got something wrong false-positive mypy gave an error on correct code priority-0-high
#7984 opened Nov 20, 2019 by JukkaL
Submodule not added to parent on incremental run bug mypy got something wrong false-positive mypy gave an error on correct code priority-0-high topic-incremental
#6816 opened May 10, 2019 by ilevkivskyi
ProTip! Type g i on any issue or pull request to go back to the issue listing page.