Start of attempted Queue refactor. #14
Annotations
5 errors
Type Coverage and Linting @ 3.x:
wavelink/queue.py#L146
No overloads for "__setitem__" match the provided arguments (reportGeneralTypeIssues)
|
Type Coverage and Linting @ 3.x:
wavelink/queue.py#L146
Argument of type "int | slice" cannot be assigned to parameter "__key" of type "slice" in function "__setitem__"
Type "int | slice" cannot be assigned to type "slice"
"int" is incompatible with "slice" (reportGeneralTypeIssues)
|
Type Coverage and Linting @ 3.x:
wavelink/queue.py#L146
Argument of type "list[Playable] | Playable | Iterable[Playable]" cannot be assigned to parameter "__value" of type "Iterable[Playable]" in function "__setitem__"
Type "list[Playable] | 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
|