From f00a1624df2d953c01bab2e264ce1b5ec07e50d2 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Thu, 16 Apr 2026 13:47:03 +0100 Subject: [PATCH] codespell: Add .direnv to skip list --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index 74e90966..447d22ee 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,5 +1,5 @@ [codespell] -skip = .git*,*.lock,.codespellrc,target,.jj +skip = .git*,*.lock,.codespellrc,target,.jj,.direnv check-hidden = true ignore-words-list = ser,set,noes dictionary = .codespell-dictionary.txt,- \ No newline at end of file