The pre-commit auto-update in #387 reveals that mypy has found a new way to object to vr.core.grid.Grid.map_xy_to_cell_indexing. Which is fair - that function is festooned with # type: ignore statements and something was bound to get added to the pile.
Describe the bug
The
pre-commit
auto-update in #387 reveals thatmypy
has found a new way to object tovr.core.grid.Grid.map_xy_to_cell_indexing
. Which is fair - that function is festooned with# type: ignore
statements and something was bound to get added to the pile.