Replies: 1 comment
-
|
https://microsoft.github.io/pyright/#/configuration?id=diagnostic-settings-defaults:~:text=reportUnknownVariableType%20%5Bboolean%20or%20string%2C%20optional%5D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is want to create type-guard function to check that an object is a list of
X, currently I have:With latest pyright, I am getting
Is there a clean way to avoid that error aside from ignoring it with a
ignorecomment?Beta Was this translation helpful? Give feedback.
All reactions