From 7447cfdb3d65eb1f3522f9812a57e52c8a384722 Mon Sep 17 00:00:00 2001 From: Tim O'Farrell Date: Tue, 28 Oct 2025 12:31:07 -0600 Subject: [PATCH] Removed the pyright tool setting because it degrades VSCode developer experience (#11545) --- pyproject.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b8945e6b9..31f5a4e880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -215,11 +215,3 @@ lint.pydocstyle.convention = "google" concurrency = [ "gevent" ] relative_files = true omit = [ "enterprise/tests/*", "**/test_*" ] - -[tool.pyright] -exclude = [ - "evaluation/evaluation_outputs/**", - "**/__pycache__", - "**/.git", - "**/node_modules", -]