clockback / bombsite

A Worms clone.
0 stars 0 forks source link

Integrate Mypy into CI #13

Closed clockback closed 3 months ago

clockback commented 3 months ago

Mypy is a static type checking tool, useful for ensuring that typing issues are not overlooked. This should be combined with the continuous integration to ensure only statically sound code is permitted.

clockback commented 3 months ago

Pull request: https://github.com/clockback/bombsite/pull/14