Feature/#1032 working veto system #420
Annotations
5 errors
|
Run jpetrucciani/mypy-check@master
Process completed with exit code 1.
|
|
Run jpetrucciani/mypy-check@master:
server/ladder_service/ladder_service.py#L125
Argument 3 to "MapPool" has incompatible type "list[Map]"; expected "Iterable[MapPoolMap]" [arg-type]
|
|
Run jpetrucciani/mypy-check@master:
server/ladder_service/veto_system.py#L193
Incompatible types in assignment (expression has type "float", variable has type "int") [assignment]
|
|
Run jpetrucciani/mypy-check@master:
server/ladder_service/veto_system.py#L164
Argument 4 to "_adjust_vetoes_for_bracket" has incompatible type "float"; expected "int" [arg-type]
|
|
Run jpetrucciani/mypy-check@master:
server/matchmaker/matchmaker_queue.py#L69
"int" has no attribute "id" [attr-defined]
|
Loading