Feature/#1032 working veto system #379
Annotations
10 errors
|
server/ladder_service/ladder_service.py#L860
Incompatible types in assignment (expression has type "Iterable[int]", variable has type "int") [assignment]
|
|
server/ladder_service/ladder_service.py#L858
Unsupported operand types for <= ("float" and "Iterable[int]") [operator]
|
|
server/ladder_service/ladder_service.py#L849
Unsupported operand types for < ("int" and "Iterable[int]") [operator]
|
|
server/ladder_service/ladder_service.py#L847
Incompatible types in assignment (expression has type "int", variable has type "Iterable[int]") [assignment]
|
|
server/ladder_service/ladder_service.py#L843
Argument 1 to "append" of "list" has incompatible type "float"; expected "int" [arg-type]
|
|
server/ladder_service/ladder_service.py#L585
"MapPoolMap" has no attribute "map_pool_map_version_id" [attr-defined]
|
|
server/matchmaker/matchmaker_queue.py#L69
"int" has no attribute "id" [attr-defined]
|
|
server/players.py#L126
Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
|
|
server/players.py#L126
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
|
|
server/players.py#L126
Incompatible default for argument "current" (default has type "None", argument has type "dict[Any, Any]") [assignment]
|
The logs for this run have expired and are no longer available.
Loading