From 016fa44a64ac244de2335b00338af67e3f8585ee Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Thu, 15 Aug 2024 18:09:06 -0400 Subject: [PATCH] Have codespell ignore words that cause new false positives --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cf4b3f5d..090972eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,6 +84,6 @@ lint.unfixable = [ [tool.codespell] -ignore-words-list="gud,doesnt" +ignore-words-list="afile,assertIn,doesnt,gud,uptodate" #count = true quiet-level = 3