ci: avoids duplication of codespell config (#17519)

This commit is contained in:
Jacob Gordon
2026-01-21 14:02:37 -06:00
committed by GitHub
parent 390898545e
commit cda43ffa4d
6 changed files with 4 additions and 18 deletions

View File

@@ -133,7 +133,3 @@ exclude = [
root = ".."
version_file = "sglang/_version.py"
git_describe_command = ["git", "describe", "--tags", "--long", "--match", "v*"]
[tool.codespell]
ignore-words-list = "ans, als, hel, boostrap, childs, te, vas, hsa, ment"
skip = "*.json,*.jsonl,*.patch,*.txt"