Unverified Commit 0ccd8769 authored by Russell Bryant's avatar Russell Bryant Committed by GitHub
Browse files

[CI/Build] Allow ruff to auto-fix some issues (#13180)


Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
parent cb944d58
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment