Skip to content

Start of attempted Queue refactor. #14

Start of attempted Queue refactor.

Start of attempted Queue refactor. #14

Triggered via pull request November 30, 2023 01:59
Status Failure
Total duration 1m 25s
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#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