Python: Fix workflow tests pyright warnings (#4362)

* Fix workflow tests pyright warnings

* Update uv.lock

* Fix pyright

* Comments

* Update root pyproject pyright setting

* Update core pyproject pyright setting

* Update core pyproject pyright setting
This commit is contained in:
Tao Chen
2026-03-03 13:52:05 -08:00
committed by GitHub
Unverified
parent 2a20750110
commit 1a8729d5a7
26 changed files with 696 additions and 368 deletions
-1
View File
@@ -184,7 +184,6 @@ omit = [
[tool.pyright]
include = ["agent_framework*"]
exclude = ["**/tests/**", "**/.venv/**", "packages/devui/frontend/**"]
typeCheckingMode = "strict"
reportUnnecessaryIsInstance = false
reportMissingTypeStubs = false