### Description The codebase uses type hints extensively, but they are not enforced during the commit process. ### Task - [ ] Update `.pre-commit-config.yaml` to include `mirrors-mypy`. - [ ] Configure a basic `mypy.ini` (or section in `pyproject.toml`) that ignores missing imports for 3rd party libs.
Description
The codebase uses type hints extensively, but they are not enforced during the commit process.
Task
.pre-commit-config.yamlto includemirrors-mypy.mypy.ini(or section inpyproject.toml) that ignores missing imports for 3rd party libs.