pyproject.toml - disable pyright setting that conflicts with Blender api

See https://github.com/microsoft/pylance-release/issues/5457
This commit is contained in:
Andrej730
2024-06-24 17:36:41 +05:00
parent 115844279f
commit c37240cf96
+4 -1
View File
@@ -1,2 +1,5 @@
[tool.black]
line-length = 120
line-length = 120
[tool.pyright]
reportInvalidTypeForm = false