OoTRandomizer / OoT-Randomizer

A randomizer for Ocarina of Time.
Other
404 stars 233 forks source link

Python type checks in CI #2177

Open fenhl opened 8 months ago

fenhl commented 8 months ago

Add a CI check that uses something like mypy to validate the type annotations in our Python code, to enforce the static typing and to catch PRs like #2155 introducing bugs in the type annotations.

fenhl commented 1 month ago

Before we enforce type checks in CI, they need to pass first. So this is blocked on #2193.