Feature/#1032 working veto system #386
Annotations
10 errors
|
server/ladder_service/veto_system.py#L136
"MapPoolMap" has no attribute "map_pool_map_version_id" [attr-defined]
|
|
server/ladder_service/veto_system.py#L112
Value expression in dictionary comprehension has incompatible type "float"; expected type "int" [misc]
|
|
server/ladder_service/veto_system.py#L112
"MapPoolMap" has no attribute "map_pool_map_version_id" [attr-defined]
|
|
server/ladder_service/veto_system.py#L101
"MapPoolMap" has no attribute "map_pool_map_version_id" [attr-defined]
|
|
server/ladder_service/veto_system.py#L30
Argument 4 to "get_correct_vetoes_for_bracket" of "PlayerVetoes" has incompatible type "float"; expected "int" [arg-type]
|
|
server/matchmaker/matchmaker_queue.py#L69
"int" has no attribute "id" [attr-defined]
|
|
server/matchmaker/map_pool.py#L92
Argument 1 to "get" of "dict" has incompatible type "int | None"; expected "int" [arg-type]
|
|
server/matchmaker/map_pool.py#L75
Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
|
|
server/matchmaker/map_pool.py#L75
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
|
|
server/matchmaker/map_pool.py#L75
Incompatible default for argument "initial_weights" (default has type "None", argument has type "dict[int, float]") [assignment]
|
The logs for this run have expired and are no longer available.
Loading