🚨 Fix: 修复 ruff lint 错误 (#3346)

This commit is contained in:
Ju4tCode
2025-03-02 12:45:45 +08:00
committed by GitHub
parent bc1b55b952
commit 1694611f48
4 changed files with 185 additions and 48 deletions

View File

@ -7,7 +7,7 @@ ci:
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
rev: v0.9.9
hooks:
- id: ruff
args: [--fix]