diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 601baf5..84ae096 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-added-large-files # 检查提交中是否包含过大的文件 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.2 + rev: v0.9.2 hooks: # Run the linter. - id: ruff