See https://github.com/kiudee/cs-ranking/pull/129#issuecomment-636857634. We already declare many types in docstrings. Using mypy would require us to formalize this a bit more, with the added bonus of static guarantees and better tooling support (such as enhanced tab completion).
See https://github.com/kiudee/cs-ranking/pull/129#issuecomment-636857634. We already declare many types in docstrings. Using
mypy
would require us to formalize this a bit more, with the added bonus of static guarantees and better tooling support (such as enhanced tab completion).