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
radicale/storage/multifilesystem/base.py:47: error: Argument 1 to "contextmanager" has incompatible type "Callable[[CollectionBase, str, str, str | None], Iterator[IO[AnyStr]]]"; expected "Callable[..., Iterator[IO[Never]]]" [arg-type]
radicale/storage/multifilesystem/meta.py:64: error: Need type annotation for "fo" [var-annotated]
radicale/storage/multifilesystem/cache.py:89: error: Need type annotation for "fo" [var-annotated]
radicale/storage/multifilesystem/sync.py:98: error: Need type annotation for "fo" [var-annotated]
radicale/storage/multifilesystem/upload.py:46: error: Need type annotation for "fo" [var-annotated]
Can one support here please:
https://github.com/Kozea/Radicale/actions/runs/8116969424/job/22188139714?pr=1365
best would be a PR against https://github.com/pbiering/Radicale/tree/fix-actions as I'm collecting here all which is required to make "Actions" happy again.
The text was updated successfully, but these errors were encountered: