Skip to content

Feature/#1032 working veto system #372

Feature/#1032 working veto system

Feature/#1032 working veto system #372

Triggered via pull request March 25, 2025 10:42
Status Failure
Total duration 1m 4s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
mypy
Process completed with exit code 1.
mypy: server/ladder_service/ladder_service.py#L882
"MapPoolMap" has no attribute "map_pool_map_version_id" [attr-defined]
mypy: server/ladder_service/ladder_service.py#L585
"MapPoolMap" has no attribute "map_pool_map_version_id" [attr-defined]
mypy: server/matchmaker/matchmaker_queue.py#L69
"int" has no attribute "id" [attr-defined]
mypy: server/players.py#L126
Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
mypy: server/players.py#L126
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
mypy: server/players.py#L126
Incompatible default for argument "current" (default has type "None", argument has type "dict[Any, Any]") [assignment]