Dt8333
|
7dd95d8a59
|
chore: auto ann fix by ruff (#4903)
* chore: auto fix by ruff
* refactor: 统一修正返回类型注解为 None/bool 以匹配实现
* refactor: 将 _get_next_page 改为异步并移除多余的请求错误抛出
* refactor: 将 get_client 的返回类型改为 object
* style: 为 LarkMessageEvent 的相关方法添加返回类型注解 None
---------
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
|
2026-02-09 00:22:24 +08:00 |
|
Copilot
|
94bf3b8195
|
Fix incorrect type annotations and errors (#3250)
* Initial plan
* Fix type annotation errors in cmd_conf, cmd_init, and version_comparator
Co-authored-by: LIghtJUNction <106986785+LIghtJUNction@users.noreply.github.com>
* Changes before error encountered
Co-authored-by: LIghtJUNction <106986785+LIghtJUNction@users.noreply.github.com>
* Fix more type annotation errors: change `= None` to `| None = None`
Co-authored-by: LIghtJUNction <106986785+LIghtJUNction@users.noreply.github.com>
* Fix final batch of type annotation errors
Co-authored-by: LIghtJUNction <106986785+LIghtJUNction@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: LIghtJUNction <106986785+LIghtJUNction@users.noreply.github.com>
Co-authored-by: LIghtJUNction <lightjunction.me@gmail.com>
|
2025-11-02 17:02:56 +08:00 |
|
LIghtJUNction
|
0b7fc29ac4
|
style: add ruff lint module of isort and pyupgrade, and some ruff check fix (#3214)
Co-authored-by: Dt8333 <25431943+Dt8333@users.noreply.github.com>
Co-authored-by: Soulter <905617992@qq.com>
|
2025-11-01 13:26:19 +08:00 |
|
Soulter
|
7740e1e131
|
ci: add ci stage of code format checking (#2750)
* style: ruff format
* ci(dashboard-ci): ensure GitHub Release action only runs on push events
* ci(code-format): ruff format and ruff check
|
2025-09-14 18:05:58 +08:00 |
|
Soulter
|
fd7811402b
|
fix: 添加对 metadata 中 description 字段的支持,确保元数据完整性
fixes: #2245
|
2025-08-02 16:01:10 +08:00 |
|
Raven95676
|
074b0ced7a
|
perf: 移除冗余逻辑
经与@Soulter确认,metadata.yaml是必须有的文件,故在建议下删除
|
2025-05-22 18:21:41 +08:00 |
|
HendricksJudy
|
f38a329be5
|
Fix initialization and plugin download
|
2025-05-19 01:43:07 -07:00 |
|
Raven95676
|
ac47c57bb7
|
perf: cli统一使用pathlib,修正typo
|
2025-05-08 20:25:12 +08:00 |
|
Raven95676
|
ccdbb01513
|
perf: 修改move为copy,clean code
|
2025-05-06 18:39:11 +08:00 |
|
Raven95676
|
5206d750ac
|
refactor: 减少重复和嵌套
|
2025-05-06 18:29:55 +08:00 |
|
Raven95676
|
ccb1f87a20
|
feat: cli支持插件自动热重载;cli支持插件管理;cli支持指定Dashboard端口
|
2025-05-06 17:56:56 +08:00 |
|