facebookresearch / habitat-sim

A flexible, high-performance 3D simulator for Embodied AI research.
https://aihabitat.org/
MIT License
2.48k stars 406 forks source link

[CI] - fix mypy on CI #2356

Closed aclegg3 closed 3 months ago

aclegg3 commented 3 months ago

Motivation and Context

CI is failing with a new mypy error. This PR fixes the error and update the pre-commit mypy version to match the CI lint version.

How Has This Been Tested

locally ran mypy 1.9.0 and resolved the issue

Types of changes

Checklist