Add rudimentary codespell config

This commit is contained in:
Yaroslav Halchenko
2025-04-02 10:00:31 -04:00
parent efd8766ed1
commit 54e3e382ef

View File

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