Cheng Cui

Results 3 issues of Cheng Cui

**Bug Report** If there is a function that takes `*args: Iterable[float]` as an argument, mypy still thinks it is a tuple of iterates after converting it to tuple of tuple...

bug

I have a class, whose slots are formed by concatenating other literal tuples via RUF005 style. Below `B` is reported to violate PLE0237, which is a false positive, I also...

bug

**Bug Report** Mypy complains when default an unpacked TypeVarTuple (`tuple[*Ts]`) to an empty tuple, but accepts one as input, which seems a conflicting behaviour at least. **To Reproduce** https://mypy-play.net/?mypy=latest&python=3.12&gist=9c2fa71781c45ed24b1901b8e9252e64 ```python...

bug
topic-pep-646