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: resolve pyright strict-mode errors in test_exception_utils
Add _get_exceptions() helper to provide typed access to
BaseExceptionGroup.exceptions, avoiding reportUnknownMemberType errors.
Use pyright: ignore[reportUnknownArgumentType] for the narrowed
BaseExceptionGroup[Unknown] type after isinstance checks.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments