From 757b62c49560baa6f294310a53032348a0d95939 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Tue, 21 May 2024 12:06:10 -0400 Subject: [PATCH] [CI/Build] Codespell ignore `build/` directory (#4945) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c61a9e955b61..96f78c37cfefb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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