From c37240cf9688cdce033dc7e7cf06814972be7394 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 24 Jun 2024 17:36:41 +0500 Subject: [PATCH] pyproject.toml - disable pyright setting that conflicts with Blender api See https://github.com/microsoft/pylance-release/issues/5457 --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e34796ec5f..be5f678a9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,5 @@ [tool.black] -line-length = 120 \ No newline at end of file +line-length = 120 + +[tool.pyright] +reportInvalidTypeForm = false