mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 21:34:21 +08:00
test_web_backtest.py:556 的 isinstance(x, (int, float)) 触发 ruff UP038。 requires-python>=3.10 支持 PEP 604 的 int | float 运行时语法, 转换安全。 该报错会导致 GitHub Actions CI 失败。