Ignore pyright warnings for bpy stubs

See https://github.com/nutti/fake-bpy-module/discussions/440
This commit is contained in:
Andrej730
2026-04-10 18:01:16 +05:00
parent 8eb0060d4a
commit 80a9df8f52
+2
View File
@@ -29,6 +29,8 @@ reportInvalidTypeForm = false
disableBytesTypePromotions = true
reportUnnecessaryTypeIgnoreComment = true
reportRedeclaration = false
# Ignore warnings from bpy stubs missing actual source files.
reportMissingModuleSource = false
# Pylance doesn't respect gitignore, so we have to exclude files manually here
# to avoid VS Code slowing down.
# https://github.com/microsoft/pylance-release/issues/5169