mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 08:45:01 +08:00
[CI/Build] Codespell ignore build/ directory (#4945)
This commit is contained in:
parent
e941f88584
commit
757b62c495
@ -60,7 +60,7 @@ exclude = [
|
|||||||
|
|
||||||
[tool.codespell]
|
[tool.codespell]
|
||||||
ignore-words-list = "dout, te, indicies"
|
ignore-words-list = "dout, te, indicies"
|
||||||
skip = "./tests/prompts,./benchmarks/sonnet.txt,./tests/lora/data"
|
skip = "./tests/prompts,./benchmarks/sonnet.txt,./tests/lora/data,./build"
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
use_parentheses = true
|
use_parentheses = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user