-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Issues: python/mypy
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
Label
Projects
Milestones
Assignee
Sort
Issues list
[1.12, 1.13] Regression in enum narrowing
bug
mypy got something wrong
topic-enum
topic-literal-types
topic-type-narrowing
Conditional type narrowing / binder
topic-union-types
#18029
opened Oct 24, 2024 by
Fred-si
Not detecting mypy got something wrong
topic-enum
enum.auto
vs enum.auto()
bug
#17650
opened Aug 7, 2024 by
jamesbraza
False positive - Type narrowing of class attributes
affects-mypyc
feature
topic-enum
#17537
opened Jul 18, 2024 by
Tinche
Literal[⟨enum⟩] not callable even if enum is callable
bug
mypy got something wrong
topic-enum
#17222
opened May 7, 2024 by
user202729
Incompatible return value type mypy got something wrong
topic-enum
type[Enum]
when returning a functional-style Enum
bug
#17147
opened Apr 21, 2024 by
stefanhoelzl
Enum
created via functional API should be iterable
bug
#16936
opened Feb 22, 2024 by
abravalheri
false "Attempted to reuse member name in Enum definition"
bug
mypy got something wrong
topic-enum
#16876
opened Feb 6, 2024 by
belm0
Make stubtest handle mypy got something wrong
topic-enum
topic-stubtest
__new__
in Enums
bug
#16806
opened Jan 22, 2024 by
hauntsaninja
Enum
and NamedTuple
should not allow extra keywords
bug
#16521
opened Nov 18, 2023 by
sobolevn
Unable to stubify Enum so it can be used with Literals, without using type ignore
bug
mypy got something wrong
topic-enum
#16007
opened Aug 31, 2023 by
Hnasar
(🐞) Heterogeneous mypy got something wrong
topic-enum
Enum
's .value
is Any
& Union of homogeneous Enum
s .value
is Any
bug
#15938
opened Aug 23, 2023 by
KotlinIsland
Enums and Literals: false positive with mypy got something wrong
topic-enum
topic-overloads
@overload
/def method(self: Literal[SYMBOL], ...):
bug
#15456
opened Jun 17, 2023 by
finite-state-machine
Faulty type inference for mypy got something wrong
topic-enum
Enum
attributes
bug
#15454
opened Jun 16, 2023 by
harahu
Inconsistent errors with custom enum base auto items from installed library
topic-enum
#15382
opened Jun 6, 2023 by
felix-hilden
Type mismatch error with overlapping enums
bug
mypy got something wrong
topic-enum
#15196
opened May 6, 2023 by
LukasKrocek
method mypy got something wrong
topic-enum
topic-self-types
Types for self
self
type appears to be unknown (Flag, Python 3.11)
bug
#15109
opened Apr 24, 2023 by
belm0
Flag Iterable is inferred as Iterable[builtins.object] instead of the actual class name
bug
mypy got something wrong
topic-enum
#14977
opened Mar 29, 2023 by
sebdivinity
Invalid typing assumption over variable with list(StrEnum) on python 3.11
bug
mypy got something wrong
topic-enum
#14688
opened Feb 13, 2023 by
Nnonexistent
Narrowing enums causes mypy got something wrong
topic-enum
.value
to be typed as Any
bug
#14092
opened Nov 14, 2022 by
kmurphy4
Enum instance type ignored in match/case statements
feature
topic-enum
topic-match-statement
Python 3.10's match statement
#13841
opened Oct 8, 2022 by
ianonavy
New enum features in Python 3.11
feature
meta
Issues tracking a broad area of work
topic-enum
#12841
opened May 22, 2022 by
AlexWaygood
3 of 5 tasks
Enums with only descriptor members should not be final
bug
mypy got something wrong
topic-descriptors
Properties, class vs. instance attributes
topic-enum
topic-runtime-semantics
mypy doesn't model runtime semantics correctly
#12494
opened Mar 30, 2022 by
decorator-factory
Understand how _ignore_ attribute affects Enum subclasses
feature
topic-enum
#12157
opened Feb 9, 2022 by
kstauffer
Enum elements accessed via 'self' have 'auto' type
bug
mypy got something wrong
priority-2-low
topic-enum
#12107
opened Jan 31, 2022 by
finite-state-machine
Type-checking generic of enum.Meta with a custom metaclass fails with code that runs, and passes with code that doesn't run.
bug
mypy got something wrong
topic-enum
#11970
opened Jan 11, 2022 by
mvaled
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.