Skip to content

Issues: python/mypy

Python 3.12 tracking issue
#15277 opened May 21, 2023 by hauntsaninja
Open 6
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

(🐞) --update-data remove escapes bug mypy got something wrong priority-2-low topic-tests
#17465 opened Jul 2, 2024 by KotlinIsland
functools.partial false negative with higher order functions bug mypy got something wrong
#17461 opened Jul 1, 2024 by hauntsaninja
Cannot infer type argument with TypeVarTuple and Callback protocol bug mypy got something wrong topic-pep-646 PEP 646 (TypeVarTuple, Unpack) topic-protocols
#17453 opened Jun 30, 2024 by cdce8p
[stubgen] infer_sig_from_docstring fails with python3.12 inline generic bug mypy got something wrong topic-pep-695 Issues related to PEP 695 syntax topic-stubgen
#17447 opened Jun 27, 2024 by InvincibleRMC
The implementation of TypeChecker.fail is incorrect bug mypy got something wrong
#17442 opened Jun 26, 2024 by delfick
Redefinition of function arguments can give unclear error message bug mypy got something wrong
#17439 opened Jun 25, 2024 by ianw
Staticmethod's generated by closures are not recognized as being static bug mypy got something wrong
#17438 opened Jun 25, 2024 by rpbeltran
Union can cause Iterator to require a return statement bug mypy got something wrong
#17432 opened Jun 24, 2024 by tvuotila
1.10.1: pytest fails in bug mypy got something wrong
#17428 opened Jun 23, 2024 by kloczek
"Name already defined" for PySide6 Property bug mypy got something wrong
#17406 opened Jun 19, 2024 by rbits0
get_dynamic_class_hook does not handle defer properly bug mypy got something wrong topic-plugins The plugin API and ideas for new plugins
#17402 opened Jun 18, 2024 by asottile-sentry
[type-abstract] reports with a tuple when the actual type is a dict bug mypy got something wrong
#17399 opened Jun 18, 2024 by bzoracler
ProTip! Exclude everything labeled bug with -label:bug.