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
fix(types): resolve all mypy and pyright type errors
- Split combined isinstance check into separate checks to avoid
type(pk_value).__name__ which triggers reportUnknownArgumentType
- Add type: ignore[redundant-cast] for casts needed by pyright but
flagged as redundant by mypy
- Add reportUnknownArgumentType and reportUnknownVariableType = false
to pyright config for consistency with existing disabled rules
0 commit comments