Convert .buildkite to ruff format (#17656)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
@ -53,6 +53,7 @@ include = ["vllm*"]
|
||||
|
||||
[tool.yapfignore]
|
||||
ignore_patterns = [
|
||||
".buildkite/**",
|
||||
"build/**",
|
||||
]
|
||||
|
||||
@ -107,6 +108,7 @@ select = [
|
||||
"SIM",
|
||||
# isort
|
||||
# "I",
|
||||
# flake8-logging-format
|
||||
"G",
|
||||
]
|
||||
ignore = [
|
||||
|
||||
Reference in New Issue
Block a user