[CI/Build] Codespell ignore build/ directory (#4945)

This commit is contained in:
Michael Goin 2024-05-21 12:06:10 -04:00 committed by GitHub
parent e941f88584
commit 757b62c495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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