Removed the pyright tool setting because it degrades VSCode developer experience (#11545)

This commit is contained in:
Tim O'Farrell 2025-10-28 12:31:07 -06:00 committed by GitHub
parent 297af05d53
commit 7447cfdb3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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