We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb0060 commit 80a9df8Copy full SHA for 80a9df8
pyproject.toml
@@ -29,6 +29,8 @@ reportInvalidTypeForm = false
29
disableBytesTypePromotions = true
30
reportUnnecessaryTypeIgnoreComment = true
31
reportRedeclaration = false
32
+# Ignore warnings from bpy stubs missing actual source files.
33
+reportMissingModuleSource = false
34
# Pylance doesn't respect gitignore, so we have to exclude files manually here
35
# to avoid VS Code slowing down.
36
# https://github.com/microsoft/pylance-release/issues/5169
0 commit comments