[CI/Build] Codespell ignore build/ directory (#4945)
This commit is contained in:
@ -60,7 +60,7 @@ exclude = [
|
||||
|
||||
[tool.codespell]
|
||||
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]
|
||||
use_parentheses = true
|
||||
|
||||
Reference in New Issue
Block a user