Unverified Commit 757b62c4 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

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

parent e941f885
...@@ -60,7 +60,7 @@ exclude = [ ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment