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

False positives for "Attempted to reuse member name in Enum" bug mypy got something wrong topic-enum
#11971 by mrossinek was closed Jan 15, 2022
Check the amount of base types in Enum bug mypy got something wrong topic-enum
#11948 by sobolevn was closed Feb 22, 2022
iter(type(enum_instance)) loses type information bug mypy got something wrong topic-enum
#11784 by asottile was closed Aug 12, 2023
Make enum values final bug mypy got something wrong topic-enum
#11919 by joey-laminar was closed Jan 10, 2022
(🐞) Wrong error code on bare enum literal bug mypy got something wrong topic-enum topic-error-reporting How we report errors
#13236 by KotlinIsland was closed Dec 6, 2022
Tagged unions don't work with Enums bug mypy got something wrong topic-enum topic-type-narrowing Conditional type narrowing / binder
#12432 by hackaugusto was closed Mar 24, 2022
Enums: false-positive "No base classes allowed after ReprEnum" error bug mypy got something wrong false-positive mypy gave an error on correct code topic-enum topic-inheritance Inheritance and incompatible overrides
#12787 by AlexWaygood was closed Jul 8, 2022
ProTip! Adding no:label will show everything without a label.