diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1967065c09b..6c3babfcc4b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: additional_dependencies: [toml] # TODO: Remove when yapf is upgraded exclude: 'vllm/third_party/.*' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.3 + rev: v0.12.8 hooks: - id: ruff args: [--output-format, github, --fix]