From 1155119be8635f129fdcb6c2ba24c3cc0f870f70 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 2 Nov 2025 19:37:11 -0500 Subject: [PATCH] Add rudimentary codespell config --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c5d41e31..ae33d726 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,3 +163,10 @@ follow_imports = "silent" [[tool.mypy.overrides]] no_implicit_reexport = false + +[tool.codespell] +# Ref: https://github.com/codespell-project/codespell#using-a-config-file +skip = '.git*,*.svg,*.lock,*.css,*.min.*' +check-hidden = true +# ignore-regex = '' +# ignore-words-list = ''