Add rudimentary codespell config

This commit is contained in:
Yaroslav Halchenko 2024-02-13 11:24:59 -05:00
parent 5c52d752e6
commit 60257915e9

View file

@ -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 =