Start of attempted Queue refactor. #12
Annotations
8 errors
Type Coverage and Linting @ 3.x:
wavelink/player.py#L302
Cannot access member "_queue" for type "Queue"
Member "_queue" is unknown (reportGeneralTypeIssues)
|
Type Coverage and Linting @ 3.x:
wavelink/player.py#L302
Type of "_queue" is unknown (reportUnknownMemberType)
|
Type Coverage and Linting @ 3.x:
wavelink/player.py#L302
Argument type is unknown
Argument corresponds to parameter "x" in function "shuffle" (reportUnknownArgumentType)
|
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
6 errors
|
Type Coverage and Linting @ 3.11
Exit code 1
|