From 0ce0489800e1ac14854aa8682e83460f9decf195 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 23 Apr 2026 13:34:36 -0400 Subject: [PATCH] Add 'dist' to codespell skip list for codespell this is the location to tune codespell config to make it green again. --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index 0f05b6c..c7c7afa 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,6 +1,6 @@ [codespell] # Ref: https://github.com/codespell-project/codespell#using-a-config-file -skip = .git*,*.svg,package-lock.json,*.css,.codespellrc +skip = .git*,*.svg,package-lock.json,*.css,.codespellrc,dist check-hidden = true # ignore-regex = # ignore-words-list =