Start of attempted Queue refactor. #34
Annotations
5 errors
Type Coverage and Linting @ 3.x:
wavelink/queue.py#L156
No overloads for "__setitem__" match the provided arguments (reportGeneralTypeIssues)
|
Type Coverage and Linting @ 3.x:
wavelink/queue.py#L156
Argument of type "SupportsIndex | slice" cannot be assigned to parameter "__key" of type "slice" in function "__setitem__"
Type "SupportsIndex | slice" cannot be assigned to type "slice"
"SupportsIndex" is incompatible with "slice" (reportGeneralTypeIssues)
|
Type Coverage and Linting @ 3.x:
wavelink/queue.py#L156
Argument of type "Playable | Iterable[Playable]" cannot be assigned to parameter "__value" of type "Iterable[Playable]" in function "__setitem__"
Type "Playable | Iterable[Playable]" cannot be assigned to type "Iterable[Playable]"
"Playable" is incompatible with protocol "Iterable[Playable]"
"__iter__" is not present (reportGeneralTypeIssues)
|
Type Coverage and Linting @ 3.x
3 errors
|
Type Coverage and Linting @ 3.11
Exit code 1
|