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
@@ -105,6 +105,7 @@ extend = "../../pyproject.toml"
[tool.pyright]
extends = "../../pyproject.toml"
include = ["tests/workflow"]
[tool.mypy]
plugins = ['pydantic.mypy']