chore: update pre-commit

This commit is contained in:
2025-09-13 14:40:05 +08:00
parent 1453686de6
commit de385e9b26

View File

@ -1,12 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v6.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.12
rev: v0.13.0
hooks:
- id: ruff
args: ["--fix"]