[CI/Build] Codespell ignore build/
directory (#4945)
This commit is contained in:
parent
e941f88584
commit
757b62c495
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user