chore: remove codespell CI workflow and config, keep typo fixes only
Made-with: Cursor
This commit is contained in:
@@ -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/*"]
|
||||
|
||||
Reference in New Issue
Block a user