Riebart / diana

A proof-of-concept open-source clone of Artemis with realistic physics and decoupled multiplayer capacity.
1 stars 0 forks source link

Add a Github action or commit hook to run mypy on committed code #46

Open tfriesen opened 1 year ago

tfriesen commented 1 year ago

Mypy is a static type checker that leverages python's type hints to check for correctness

See https://mypy.readthedocs.io/en/stable/getting_started.html