Unverified Commit 81c2a889 authored by Roger Wang's avatar Roger Wang Committed by GitHub
Browse files

[Doc] Ignore typo check on doc (#32999)


Signed-off-by: default avatarRoger Wang <hey@rogerw.io>
parent 8edaf385
......@@ -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
......
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