issues
search
python
/
mypy
Optional static typing for Python
https://www.mypy-lang.org/
Other
18.56k
stars
2.84k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Mypy disallows overriding a generic type attribute with a property
#18189
mmdanggg2
opened
16 hours ago
0
Generic type aliases with TypeVar defaults infer to an incorrect type
#18188
alexdrydew
opened
16 hours ago
0
Conditional statements don't work inside a NamedTuple class body
#18187
tungol
opened
1 day ago
0
Disallow `TypeVar` constraints parameterized by type variables
#18186
brianschubert
opened
1 day ago
7
TypeVar leaks out of `__init__` with self-type
#18185
A5rocks
opened
1 day ago
0
Recursive sequence type of `Sequence[NotAString]` should not accept `str`
#18184
jorenham
closed
1 day ago
7
Emit warning for invalid use of quoted types in union syntax
#18183
brianschubert
opened
1 day ago
2
Self does not work with delegation and an explicit return type
#18182
voidspace
closed
1 day ago
2
Mypy doesn't recognize that truth value testing for sequences like `and my_list` result in a boolean type
#18181
Yazan-Sharaya
closed
1 day ago
2
Revisit the body of a loop if the number of partial types has changed.
#18180
tyralla
opened
2 days ago
6
Dataclass doesn't match a protocol if a field is Callable (expected settable variable, got read-only attribute)
#18179
wodny
opened
2 days ago
0
[mypyc] Fixing check for enum classes.
#18178
advait-dixit
opened
2 days ago
0
TypeError: __init__() missing required argument 'readonly_keys'
#18177
zachaysan
closed
3 days ago
2
Add support for TypedDict __extra_items__ (PEP 728)
#18176
mharding-hpe
opened
4 days ago
2
False negative: `Literal[Ellipsis]`
#18175
smurfix
closed
4 days ago
3
Disallow bare `ParamSpec` in type aliases
#18174
brianschubert
closed
5 days ago
2
Disallow no-args generic aliases when using PEP 613 explicit aliases
#18173
brianschubert
opened
6 days ago
5
Move long_description metadata to pyproject.toml
#18172
cdce8p
closed
6 days ago
1
Modern Union semantic not working with union involving a DataFrame
#18171
jboehm-kobold
closed
6 days ago
2
Issue with TypeVar bound to a union and methods returning Self
#18170
slanzmich
opened
6 days ago
1
1.14 Release Tracking Issue
#18169
svalentin
opened
6 days ago
0
Regression: Crash when compiling trivial program using mypyc
#18168
JukkaL
closed
6 days ago
2
mypy failed to return correct overloaded func type when decorate func accepts more than one parameter
#18167
uriyyo
opened
6 days ago
2
Mypy fails to type check function signature after plugin pass
#18166
dibrinsofor
opened
6 days ago
0
Allow nesting of Annotated with TypedDict special forms inside TypedDicts
#18165
brianschubert
closed
6 days ago
3
Allow TypedDict assignment of Required item to NotRequired ReadOnly item
#18164
brianschubert
closed
6 days ago
2
Support `==`-based narrowing of Optional
#18163
tyralla
closed
6 days ago
1
`arg-type` error duck typing a `TypedDict` with `NotRequired` field
#18162
ZeeD
closed
6 days ago
2
fix: preserve generator error context
#18161
bzoracler
opened
1 week ago
2
Infer generic type arguments for slice expressions
#18160
brianschubert
closed
6 days ago
4
Optimize is_unsafe_overlapping_overload_signatures for overlapping typevars case
#18159
alexdrydew
opened
1 week ago
11
[mypyc] Loading type from imported modules.
#18158
advait-dixit
closed
1 week ago
0
Sync typeshed
#18157
github-actions[bot]
closed
1 week ago
1
Enable uv as an alternative to pip installation with `--install-types`
#18156
cthoyt
closed
6 days ago
4
Fix incorrect "Incompatible types in capture pattern" error for narrowed types
#18155
shenyih0ng
opened
1 week ago
3
TypeVar bound to Never when mypy can't infer the appropriate value
#18154
fofoni
closed
2 days ago
4
mypy assumes `importlib.metadata` is implicitly imported via `importlib`?
#18153
asottile-sentry
opened
1 week ago
1
fix: refactor sem analysis of the await-not-async on generators and list comprehension
#18152
josetapadas
opened
1 week ago
5
Installation Traceback Errors
#18151
Stevepurpose
closed
1 week ago
2
special case types.DynamicClassAttribute as property-like
#18150
tungol
closed
4 days ago
3
Change in inference of overloads involving `Hashable` and `slice` now that `slice` is generic
#18149
AlexWaygood
closed
6 days ago
4
Fallback to stdlib json if integer exceeds 64-bit range
#18148
q0w
closed
1 week ago
1
variance inferred oincorrectly when class has both a covariant and contravariant generic and instance attribute is assigned without a type annotation
#18147
DetachHead
opened
2 weeks ago
0
Move static project metadata to pyproject.toml
#18146
cdce8p
closed
1 week ago
1
[ci] Try to fix Windows CI failures
#18145
sterliakov
closed
1 week ago
0
ruff: enable pep8-naming rules
#18144
brianschubert
closed
1 week ago
1
Docstrings for classes and properties for extension modules
#18143
lmbelo
opened
2 weeks ago
1
Looks like this is an issue with ortools' stubs.
#18142
KowalMar
closed
2 weeks ago
1
Fix type inference of positional parameter in class pattern involving builtin subtype
#18141
brianschubert
closed
2 weeks ago
1
Positional subpattern of a built-in type subclass with __match_args__ causes type confusion
#18140
mgedmin
closed
2 weeks ago
0
Next