mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Removed the pyright tool setting because it degrades VSCode developer experience (#11545)
This commit is contained in:
parent
297af05d53
commit
7447cfdb3d
@ -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",
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user