"vllm/vscode:/vscode.git/clone" did not exist on "f967e51f386404c7ead21d3c59ddc195cf946975"
Unverified Commit e02883c4 authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[Misc] Don't run ruff at all on 3rd party libs (#14493)


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent 9085aabd
......@@ -63,6 +63,7 @@ exclude = [
]
[tool.ruff.lint.per-file-ignores]
"vllm/third_party/**" = ["ALL"]
"vllm/version.py" = ["F401"]
"vllm/_version.py" = ["ALL"]
# Python 3.8 typing. TODO: Remove these excludes after v1.0.0
......@@ -84,7 +85,6 @@ exclude = [
"vllm/profiler/**/*.py" = ["UP006", "UP035"]
"vllm/prompt_adapter/**/*.py" = ["UP006", "UP035"]
"vllm/spec_decode/**/*.py" = ["UP006", "UP035"]
"vllm/third_party/**/*.py" = ["UP006", "UP035"]
"vllm/transformers_utils/**/*.py" = ["UP006", "UP035"]
"vllm/triton_utils/**/*.py" = ["UP006", "UP035"]
"vllm/usage/**/*.py" = ["UP006", "UP035"]
......
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