Skip to content

Commit d906aa5

Browse files
russellblulmer
authored andcommitted
[CI/Build] Allow ruff to auto-fix some issues (vllm-project#13180)
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: Louis Ulmer <[email protected]>
1 parent 9f647c6 commit d906aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
rev: v0.9.3
1414
hooks:
1515
- id: ruff
16-
args: [--output-format, github]
16+
args: [--output-format, github, --fix]
1717
exclude: 'vllm/third_party/.*'
1818
- repo: https://github.com/codespell-project/codespell
1919
rev: v2.4.0

0 commit comments

Comments
 (0)