Add rudimentary codespell config

This commit is contained in:
Yaroslav Halchenko 2025-11-02 19:37:11 -05:00
parent f21b52e52a
commit 1155119be8

View file

@ -163,3 +163,10 @@ follow_imports = "silent"
[[tool.mypy.overrides]] [[tool.mypy.overrides]]
no_implicit_reexport = false 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 = ''