t10d/kingdom-python-server

Stricter static-type checking

Opened this issue · 0 comments

Issue

Right now, static type checking is being done half-heartedly. We should embrace it and be as restrict as we can.

Proposed solution

Proper type facilities as well as a rigorous and unforgiving static type check using mypy.