Skip to content

Feature/#1032 working veto system #392

Feature/#1032 working veto system

Feature/#1032 working veto system #392

Triggered via pull request May 5, 2025 08:07
Status Failure
Total duration 1m 2s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
mypy
Process completed with exit code 1.
mypy: server/ladder_service/ladder_service.py#L126
Argument 3 to "MapPool" has incompatible type "list[Map]"; expected "Iterable[MapPoolMap]" [arg-type]
mypy: server/ladder_service/veto_system.py#L38
Argument 4 to "get_correct_vetoes_for_bracket" of "PlayerVetoes" has incompatible type "float"; expected "int" [arg-type]
mypy: server/matchmaker/matchmaker_queue.py#L69
"int" has no attribute "id" [attr-defined]