Add mypy type checker to GitHub Actions #322
Annotations
10 errors
mypy:
server/config.py#L181
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
|
mypy:
server/ladder_service/violation_service.py#L75
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
|
mypy:
server/matchmaker/algorithm/matchmaker.py#L28
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
|
mypy:
server/matchmaker/algorithm/matchmaker.py#L29
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
|
mypy:
server/games/ladder_game.py#L32
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
|
mypy:
server/matchmaker/algorithm/team_matchmaker.py#L205
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
|
mypy:
server/matchmaker/algorithm/team_matchmaker.py#L206
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
|
mypy:
server/ladder_service/ladder_service.py#L216
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
|
mypy:
server/lobbyconnection.py#L858
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
|
mypy:
main.py#L93
By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
|