From 60257915e9aa6f150f9fd72dad57be777cf002fb Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 13 Feb 2024 11:24:59 -0500 Subject: [PATCH] Add rudimentary codespell config --- setup.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.cfg b/setup.cfg index 2254902..49f1044 100644 --- a/setup.cfg +++ b/setup.cfg @@ -73,3 +73,10 @@ warn_unused_ignores = true [mypy-tests.*] disallow_untyped_defs = false + +[codespell] +# Ref: https://github.com/codespell-project/codespell#using-a-config-file +skip = .git +check-hidden = true +# ignore-regex = +# ignore-words-list =