The mirrors-mypy hook in .pre-commit-config.yaml has additional_dependencies: [], so icalendar, x-wr-timezone, and typer are not installed in its isolated environment.
mypy silently skips type-checking those imports, meaning type errors in code that uses these packages go undetected in CI.