Skip to content

Add mypy type checker to GitHub Actions #322

Add mypy type checker to GitHub Actions

Add mypy type checker to GitHub Actions #322

Triggered via pull request March 10, 2025 06:13
Status Success
Total duration 1m 7s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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]