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
81c2a889
Unverified
Commit
81c2a889
authored
Jan 23, 2026
by
Roger Wang
Committed by
GitHub
Jan 23, 2026
Browse files
[Doc] Ignore typo check on doc (#32999)
Signed-off-by:
Roger Wang
<
hey@rogerw.io
>
parent
8edaf385
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pyproject.toml
pyproject.toml
+2
-1
No files found.
pyproject.toml
View file @
81c2a889
...
...
@@ -132,7 +132,8 @@ python = "./.venv"
# these files may be written in non english words
extend-exclude
=
[
"tests/models/fixtures/*"
,
"tests/prompts/*"
,
"benchmarks/sonnet.txt"
,
"tests/lora/data/*"
,
"build/*"
,
"vllm/third_party/*"
,
"vllm/entrypoints/serve/instrumentator/static/*"
]
"vllm/third_party/*"
,
"vllm/entrypoints/serve/instrumentator/static/*"
,
"docs/governance/process.md"
]
ignore-hidden
=
true
ignore-files
=
true
ignore-dot
=
true
...
...
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