From 81c2a889ce87d1019a4aac7f0139defd389b3e71 Mon Sep 17 00:00:00 2001 From: Roger Wang Date: Fri, 23 Jan 2026 23:52:22 -0800 Subject: [PATCH] [Doc] Ignore typo check on doc (#32999) Signed-off-by: Roger Wang --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 629f58c13..64504a580 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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