chore: remove codespell CI workflow and config, keep typo fixes only

Made-with: Cursor
This commit is contained in:
Xubin Ren
2026-04-05 19:59:49 +00:00
parent 70bdf4a9f5
commit 861072519a
2 changed files with 0 additions and 30 deletions
-7
View File
@@ -130,13 +130,6 @@ ignore = ["E501"]
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 = ''
[tool.coverage.run]
source = ["nanobot"]
omit = ["tests/*", "**/tests/*"]