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
These all look like false positives except the latchbio cases.
The Zulip cases require an import that is conditional on some settings type other than TYPE_CHECKING, so I think unconditionally unquoting those could be a problem.
And the ibis case is a recursive type alias, which I think must be quoted? Possibly the rule doesn't descend into the Union because it handles the ... | ... version fine.
Recursive type definition from ibis:
Conditional import from zulip:
These all look like false positives except the latchbio cases.
The Zulip cases require an import that is conditional on some
settings
type other thanTYPE_CHECKING
, so I think unconditionally unquoting those could be a problem.And the ibis case is a recursive type alias, which I think must be quoted? Possibly the rule doesn't descend into the
Union
because it handles the... | ...
version fine.Originally posted by @ntBre in #16639 (comment)
See this ecosystem check for what "these" refers to and this comment for additional context and possible solutions.
The text was updated successfully, but these errors were encountered: