chore: update ruff version

This commit is contained in:
2024-09-27 23:45:46 +08:00
parent 5e996d35d2
commit d97ed91631
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.6.8
hooks:
- id: ruff
args: ["--fix"]