From f9cf4f5cfe110055e5c92e8f2751fe1f9b9f3d08 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 29 Mar 2024 14:44:08 -0400 Subject: [PATCH] Add rudimentary codespell config --- .codespellrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .codespellrc diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 00000000..e21582ec --- /dev/null +++ b/.codespellrc @@ -0,0 +1,6 @@ +[codespell] +# Ref: https://github.com/codespell-project/codespell#using-a-config-file +skip = .git*,package-lock.json,*.css,.codespellrc +check-hidden = true +# ignore-regex = +# ignore-words-list =