From 0e60d21edcb7ea3c557116258965b43056d5bee6 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 2 Nov 2025 19:42:11 -0500 Subject: [PATCH] Ignore various 'interesting' words from codespell ignore camelCase123 --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ae33d726..5ed858ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,7 +166,8 @@ no_implicit_reexport = false [tool.codespell] # Ref: https://github.com/codespell-project/codespell#using-a-config-file -skip = '.git*,*.svg,*.lock,*.css,*.min.*' +skip = '.git*,*.svg,*.lock,*.css,*.min.*,tl,pyproject.toml,*.patch' check-hidden = true -# ignore-regex = '' -# ignore-words-list = '' +# ignore camelcase +ignore-regex = '\b[a-z]+[A-Z][A-Za-z0-9]*\b' +ignore-words-list = 'caf,cips,ans,ded,wark,warks,halp,ser,oen,datas,slin,nd,te,pres,ths,wast,clen,fo'