diff --git a/pyproject.toml b/pyproject.toml index 13169b7c0b..235d3f6e6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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