We might want to consider developing a script to append each offending mypy line with # type: ignore similar to how we did the Typescript migration. That way, we can turn on mypy and have it immediately be effective for all new parts of the codebase without needing to refactor existing code.
We might want to consider developing a script to append each offending mypy line with
# type: ignore
similar to how we did the Typescript migration. That way, we can turn on mypy and have it immediately be effective for all new parts of the codebase without needing to refactor existing code.