Replies: 1 comment 5 replies
-
Perhaps someone from the pylance team can answer this question. @debonte, @rchiodo? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my Django project I use some Jupyter notebooks in a separate
notebooks
folder. I want to completely exclude those notebooks from being scanned by pyright. That is why I tried the following setting in mypyproject.toml
:Unfortunately, the VS Code extension (v1.1.349) does not respect this setting and still reports some
reportUndefinedVariable
errors (that are defined in some previous cells). How do I completely turn off pyright (VS Code extension) for specific folders or files?Beta Was this translation helpful? Give feedback.
All reactions