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
Work through the excluded files with prefix lightly/api and tests/api in pyproject.toml and type check one by one.
Remove follow_imports = skip for lightly.api.*.
Note: Typing the ApiWorkflowClient is a bit tricky because of the mixins. Mypy recommends typing mixins by making them implement a Protocol (see documentation).
The text was updated successfully, but these errors were encountered:
Type check lightly.api
lightly/api
andtests/api
in pyproject.toml and type check one by one.follow_imports = skip
forlightly.api.*
.Note: Typing the
ApiWorkflowClient
is a bit tricky because of the mixins. Mypy recommends typing mixins by making them implement a Protocol (see documentation).The text was updated successfully, but these errors were encountered: