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
It currently crashes on some projects, is missing some viewnames, is relatively slow on some big projects (even when disabling args typechecking), and some long view names aren't fully auto-completed in pyright as it has a hardcoded limit of 50 characters. Ideally the rule should either be:
removed.
changed to only have a single definition, with all the viewnames in one Literal. We drop support for typechecking args/kwargs.
The text was updated successfully, but these errors were encountered:
It currently crashes on some projects, is missing some viewnames, is relatively slow on some big projects (even when disabling
args
typechecking), and some long view names aren't fully auto-completed inpyright
as it has a hardcoded limit of 50 characters. Ideally the rule should either be:Literal
. We drop support for typecheckingargs
/kwargs
.The text was updated successfully, but these errors were encountered: