Add rudimentary codespell config

This commit is contained in:
Yaroslav Halchenko
2025-06-19 01:16:08 -04:00
parent 12475850b5
commit 7c33eeaf48
+7
View File
@@ -265,3 +265,10 @@ markers = [
"snapshot: snapshot tests for symbolic editing operations",
"isolated_process: test runs with process isolated agent",
]
[tool.codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = '.git*,*.svg,*.lock,*.min.*'
check-hidden = true
# ignore-regex = ''
# ignore-words-list = ''