Add rudimentary codespell config

This commit is contained in:
Yaroslav Halchenko 2026-02-04 14:08:41 -05:00
parent 50e0eee893
commit b51ef6f886

View File

@ -81,3 +81,10 @@ ignore = ["E501"]
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
[tool.codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = '.git*'
check-hidden = true
# ignore-regex = ''
# ignore-words-list = ''