Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
e02883c4
Unverified
Commit
e02883c4
authored
Mar 08, 2025
by
Cyrus Leung
Committed by
GitHub
Mar 08, 2025
Browse files
[Misc] Don't run ruff at all on 3rd party libs (#14493)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
9085aabd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
pyproject.toml
View file @
e02883c4
...
...
@@ -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"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment