mypy detects >1k typing violations In library/otx. These errors were previously undetected due to a misconfiguration of pre-commit, that would cause mypy not to follow some imports.
To show all the mypy errors, run:
The goal is to gradually resolve all the errors and re-enable mypy in CI.