From 54e3e382efdd8641f06d2e279a0c11eb673467ff Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 2 Apr 2025 10:00:31 -0400 Subject: [PATCH] Add rudimentary codespell config --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9b984d6..0cc4f7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,3 +59,10 @@ follow_imports = "skip" [[tool.mypy.overrides]] module = "utils" ignore_missing_imports = true + +[tool.codespell] +# Ref: https://github.com/codespell-project/codespell#using-a-config-file +skip = '.git*,*.pdf,*.lock' +check-hidden = true +# ignore-regex = '' +# ignore-words-list = ''