mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
Ignore pyright warnings for bpy stubs
See https://github.com/nutti/fake-bpy-module/discussions/440
This commit is contained in:
@@ -29,6 +29,8 @@ reportInvalidTypeForm = false
|
|||||||
disableBytesTypePromotions = true
|
disableBytesTypePromotions = true
|
||||||
reportUnnecessaryTypeIgnoreComment = true
|
reportUnnecessaryTypeIgnoreComment = true
|
||||||
reportRedeclaration = false
|
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
|
# Pylance doesn't respect gitignore, so we have to exclude files manually here
|
||||||
# to avoid VS Code slowing down.
|
# to avoid VS Code slowing down.
|
||||||
# https://github.com/microsoft/pylance-release/issues/5169
|
# https://github.com/microsoft/pylance-release/issues/5169
|
||||||
|
|||||||
Reference in New Issue
Block a user