Update ruff pre-commit hooks version (#26255)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk>
This commit is contained in:
Harry Mellor
2025-10-05 17:50:50 +01:00
committed by GitHub
parent 1c0c68202c
commit 512b8affa4
2 changed files with 3 additions and 3 deletions

View File

@@ -7,9 +7,9 @@ default_stages:
exclude: 'vllm/third_party/.*'
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.7
rev: v0.13.3
hooks:
- id: ruff
- id: ruff-check
args: [--output-format, github, --fix]
- id: ruff-format
- repo: https://github.com/crate-ci/typos