From 83ffa6ebed3fba8959e6936b63c8c5519d4c18d5 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 13 Feb 2024 11:26:09 -0500 Subject: [PATCH] Custom skips for codespell --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 49f1044..78cd6f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -78,5 +78,5 @@ disallow_untyped_defs = false # Ref: https://github.com/codespell-project/codespell#using-a-config-file skip = .git check-hidden = true -# ignore-regex = -# ignore-words-list = +ignore-regex = \bNed Batchelder\b +ignore-words-list = dne