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
This is a tracking issue for addressing stricter compliance with pyright. Each issue needs to be considered on a case-by-case basis, in some cases it might be best to keep the rule disabled.
The content you are editing has changed. Please copy your edits and refresh the page.
This is a tracking issue for addressing stricter compliance with
pyright
. Each issue needs to be considered on a case-by-case basis, in some cases it might be best to keep the rule disabled.Tasks
reportAssignmentType
: Only one change needed - to avoid trying to treat Traversable as Path #291reportGeneralTypeIssues
: Return type issues in CachePruner.versions and pins.constructors.board #304reportIncompatibleVariableOverride
: Only one change needed in RsConnectFs;protocol: ClassVar[str | tuple[str, ...]]
#276reportIndexIssue
: Using __delitem__ on a Mapping, RSConnect API Reponse object issues #312reportOptionalIterable
: RSConnect API _raw_query return type issue #306reportUnusedExpression
: unused import board_deparse kept for backward compat #308The text was updated successfully, but these errors were encountered: