Closed shinny-hongyan closed 6 months ago
tqsdk/api.py (15)
433-433: f-string without any placeholders --- 559-559: f-string without any placeholders --- 561-561: f-string without any placeholders --- 1253-1253: f-string without any placeholders --- 1264-1264: f-string without any placeholders --- 1468-1468: f-string without any placeholders --- 1529-1529: f-string without any placeholders --- 1591-1591: f-string without any placeholders --- 1816-1819: Do not assign a `lambda` expression, use a `def` --- 2243-2243: f-string without any placeholders --- 2339-2339: f-string without any placeholders --- 2341-2341: f-string without any placeholders --- 2716-2716: Do not compare types, use `isinstance()` --- 4023-4023: Do not assign a `lambda` expression, use a `def` --- 4028-4028: Do not use bare `except`tqsdk/ins_schema.py (1)
18-18: f-string without any placeholderstqsdk/lib/target_pos_task.py (3)
41-41: f-string without any placeholders --- 592-592: f-string without any placeholders --- 593-593: f-string without any placeholderstqsdk/tools/downloader.py (2)
24-24: Ambiguous variable name: `l` --- 25-25: Do not use bare `except`
tqsdk/lib/target_pos_scheduler.py (1)
`138-139`: 代码更改简化了任务取消过程,直接在 `target_pos_task` 对象上调用 `cancel` 方法,使代码更加清晰。tqsdk/tools/downloader.py (1)
`264-267`: 处理 `write_mode` 参数的方式与构造函数中的更改一致,正确地根据 `write_mode` 参数处理不同的写入模式。doc/version.rst (7)
`5-5`: 更新版本号至3.5.8,确保与其他文件中的版本号更新保持一致。 --- `7-7`: 新增`write_mode`参数描述,确保文档准确反映`DataDownloader`类的功能更新。 --- `8-8`: 描述了`TargetPosScheduler`使用中可能出现的问题及其修复,确保用户了解此变更。 --- `9-9`: 优化描述,关于`DataDownloader`在处理无成交数据的合约时的行为改进,增强了用户对功能改进的理解。 --- `10-10`: 详细说明了`TargetPosTask`资源释放和任务完成的优化,这有助于开发者更好地管理异步任务。 --- `11-11`: 优化了回测功能,特别是在处理无成交数据的合约时,避免程序长时间等待,提高了效率。 --- `12-12`: 增强了数据发送前的验证,减少了发送非法数据的风险,提高了系统的稳定性和用户的使用体验。tqsdk/lib/target_pos_task.py (3)
`220-241`: `_exit_task` 方法正确地处理了资源的清理。这包括从单例的实例字典中移除实例,取消并等待其他任务和通道。这确保了所有资源都被适当释放。 --- Line range hint `409-487`: `cancel` 方法正确地取消了主任务,并设置了机制以防止取消后设置新的交易量。这对于防止状态不一致至关重要。 --- `498-501`: `is_finished` 方法使用 `_wait_task_finished` 的完成状态来确定任务是否已结束。它还断言主任务已完成,这是一个很好的检查,以确保一致性。tqsdk/backtest/backtest.py (1)
`353-353`: 请确保 `_rangeset_range_union` 函数的调用是正确的,特别是在处理数据范围合并时,需要确保数据的完整性和准确性。
Automated changes by create-pull-request GitHub action