How to fix this Unknown issue? #10699
Unanswered
Mikaël Capelle (Holt59)
asked this question in
Q&A
Replies: 1 comment
|
https://microsoft.github.io/pyright/#/configuration?id=diagnostic-settings-defaults:~:text=reportUnknownVariableType%20%5Bboolean%20or%20string%2C%20optional%5D |
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?All reactions