Skip to content

Commit 80a9df8

Browse files
committed
Ignore pyright warnings for bpy stubs
See nutti/fake-bpy-module#440
1 parent 8eb0060 commit 80a9df8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ reportInvalidTypeForm = false
2929
disableBytesTypePromotions = true
3030
reportUnnecessaryTypeIgnoreComment = true
3131
reportRedeclaration = false
32+
# Ignore warnings from bpy stubs missing actual source files.
33+
reportMissingModuleSource = false
3234
# Pylance doesn't respect gitignore, so we have to exclude files manually here
3335
# to avoid VS Code slowing down.
3436
# https://github.com/microsoft/pylance-release/issues/5169

0 commit comments

Comments
 (0)