You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mypy has begun reporting a new error without any changes to the underlying code or from what I can tell any changes in the versions of the mypy packages installed.
virtualizarr/readers/common.py:34: error: Cannot assign to a type [misc]
virtualizarr/readers/common.py:34: error: Incompatible types in assignment (expression has type "<typing special form>", variable has type "type[DataTree]") [assignment]
virtualizarr/readers/common.py:37: error: Definition of "__array__" in base class "ManifestArray" is incompatible with definition in base class "ExplicitlyIndexed" [misc]
This error just began appearing in the Github action and I am unable to reproduce it locally.
The text was updated successfully, but these errors were encountered:
mypy
has begun reporting a new error without any changes to the underlying code or from what I can tell any changes in the versions of themypy
packages installed.This error just began appearing in the Github action and I am unable to reproduce it locally.
The text was updated successfully, but these errors were encountered: