Feature/#1032 working veto system #420
Annotations
8 errors and 3 warnings
|
isort
Process completed with exit code 1.
|
|
flake8
Process completed with exit code 1.
|
|
flake8:
server/ladder_service/veto_system.py#L76
continuation line unaligned for hanging indent
|
|
mypy
Process completed with exit code 1.
|
|
mypy:
server/ladder_service/ladder_service.py#L125
Argument 3 to "MapPool" has incompatible type "list[Map]"; expected "Iterable[MapPoolMap]" [arg-type]
|
|
mypy:
server/ladder_service/veto_system.py#L193
Incompatible types in assignment (expression has type "float", variable has type "int") [assignment]
|
|
mypy:
server/ladder_service/veto_system.py#L164
Argument 4 to "_adjust_vetoes_for_bracket" has incompatible type "float"; expected "int" [arg-type]
|
|
mypy:
server/matchmaker/matchmaker_queue.py#L69
"int" has no attribute "id" [attr-defined]
|
|
flake8:
server/ladder_service/veto_system.py#L75
trailing whitespace
|
|
flake8:
server/ladder_service/veto_system.py#L67
blank line contains whitespace
|
|
flake8:
server/ladder_service/veto_system.py#L61
blank line contains whitespace
|