We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f647c6 commit d906aa5Copy full SHA for d906aa5
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
rev: v0.9.3
14
hooks:
15
- id: ruff
16
- args: [--output-format, github]
+ args: [--output-format, github, --fix]
17
exclude: 'vllm/third_party/.*'
18
- repo: https://github.com/codespell-project/codespell
19
rev: v2.4.0
0 commit comments