mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Fix remaining path references after directory reorganization
- Remove duplicate openhands-cli path from packages/cli/pyproject.toml - Update CODEOWNERS to reference packages/ui instead of openhands-ui - Update dev_config to exclude vendor/ instead of third_party/
This commit is contained in:
parent
49e1165d7f
commit
0defdbf07d
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@ -3,7 +3,7 @@
|
||||
|
||||
# Frontend code owners
|
||||
/frontend/ @amanape
|
||||
/openhands-ui/ @amanape
|
||||
/packages/ui/ @amanape
|
||||
|
||||
# Evaluation code owners
|
||||
/evaluation/ @xingyaoww @neubig
|
||||
|
||||
@ -10,7 +10,7 @@ strict_optional = True
|
||||
disable_error_code = type-abstract
|
||||
|
||||
# Exclude third-party runtime directory from type checking
|
||||
exclude = (third_party/|enterprise/)
|
||||
exclude = (vendor/|enterprise/)
|
||||
|
||||
[mypy-openhands.memory.condenser.impl.*]
|
||||
disable_error_code = override
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# Exclude third-party runtime directory from linting
|
||||
exclude = ["third_party/", "enterprise/"]
|
||||
exclude = ["vendor/", "enterprise/"]
|
||||
|
||||
[lint]
|
||||
select = [
|
||||
|
||||
@ -89,7 +89,6 @@ omit = [ "tests/*", "**/test_*" ]
|
||||
[tool.coverage.paths]
|
||||
source = [
|
||||
"openhands_cli/",
|
||||
"openhands-cli/openhands_cli/",
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user