From c949a4db3cfef0fc9f948b7a28ef59994172cb94 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 13 Feb 2025 02:45:38 -0500 Subject: [PATCH] [CI/Build] Allow ruff to auto-fix some issues (#13180) Signed-off-by: Russell Bryant --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22b51afdc57a6..f664b4c558bf1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: rev: v0.9.3 hooks: - id: ruff - args: [--output-format, github] + args: [--output-format, github, --fix] exclude: 'vllm/third_party/.*' - repo: https://github.com/codespell-project/codespell rev: v2.4.0