-
My python code is packaged with Bazel -- is it possible to disable the warning if pyright can't find the relevant import? |
Beta Was this translation helpful? Give feedback.
Answered by
erictraut
Nov 25, 2021
Replies: 1 comment 4 replies
-
I presume that you're referring to an "Import x could not be resolved" diagnostic? That's controlled by the |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
OliverFM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I presume that you're referring to an "Import x could not be resolved" diagnostic? That's controlled by the
reportMissingImports
diagnostic rule, which you can disable if you would like.