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", -]