Skip to content

Start of attempted Queue refactor. #33

Start of attempted Queue refactor.

Start of attempted Queue refactor. #33

Triggered via pull request December 17, 2023 19:39
Status Failure
Total duration 1m 35s
Artifacts

coverage_and_lint.yml

on: pull_request
Matrix: check
Fit to window
Zoom out
Zoom in

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