deerflow2/skills/public/skill-creator/scripts
Reuben Bowlby 085c13edc7
fix: remove unnecessary f-string prefixes and unused import (#2352)
- Remove f-string prefix on 7 strings with no placeholders (F541)
  in analyze.py, aggregate_benchmark.py, run_loop.py, generate_review.py
- Remove unused `os` import in quick_validate.py (F401)

Found by ruff via HUMMBL Arbiter (https://hummbl.io/audit).
2026-04-21 09:53:18 +08:00
..
aggregate_benchmark.py fix: remove unnecessary f-string prefixes and unused import (#2352) 2026-04-21 09:53:18 +08:00
generate_report.py feat: add IM channels for Feishu, Slack, and Telegram (#1010) 2026-03-08 15:21:18 +08:00
improve_description.py feat: add IM channels for Feishu, Slack, and Telegram (#1010) 2026-03-08 15:21:18 +08:00
init_skill.py fix: fix aio sandbox shutdown bug 2026-01-30 22:02:07 +08:00
package_skill.py feat: add IM channels for Feishu, Slack, and Telegram (#1010) 2026-03-08 15:21:18 +08:00
quick_validate.py fix: remove unnecessary f-string prefixes and unused import (#2352) 2026-04-21 09:53:18 +08:00
run_eval.py feat: add IM channels for Feishu, Slack, and Telegram (#1010) 2026-03-08 15:21:18 +08:00
run_loop.py fix: remove unnecessary f-string prefixes and unused import (#2352) 2026-04-21 09:53:18 +08:00
utils.py feat: add IM channels for Feishu, Slack, and Telegram (#1010) 2026-03-08 15:21:18 +08:00