We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9085aab commit e02883cCopy full SHA for e02883c
pyproject.toml
@@ -63,6 +63,7 @@ exclude = [
63
]
64
65
[tool.ruff.lint.per-file-ignores]
66
+"vllm/third_party/**" = ["ALL"]
67
"vllm/version.py" = ["F401"]
68
"vllm/_version.py" = ["ALL"]
69
# Python 3.8 typing. TODO: Remove these excludes after v1.0.0
@@ -84,7 +85,6 @@ exclude = [
84
85
"vllm/profiler/**/*.py" = ["UP006", "UP035"]
86
"vllm/prompt_adapter/**/*.py" = ["UP006", "UP035"]
87
"vllm/spec_decode/**/*.py" = ["UP006", "UP035"]
-"vllm/third_party/**/*.py" = ["UP006", "UP035"]
88
"vllm/transformers_utils/**/*.py" = ["UP006", "UP035"]
89
"vllm/triton_utils/**/*.py" = ["UP006", "UP035"]
90
"vllm/usage/**/*.py" = ["UP006", "UP035"]
0 commit comments