Add rudimentary codespell config

This commit is contained in:
Yaroslav Halchenko 2025-09-04 09:48:05 -04:00
commit 6efeb666af

7
.codespellrc Normal file
View file

@ -0,0 +1,7 @@
[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,*.pdf,.codespellrc
check-hidden = true
# names, case sensitive
ignore-regex = \bWille\b
# ignore-words-list =