mirror of
https://github.com/tiennm99/serena.git
synced 2026-08-22 20:25:16 +00:00
Add rudimentary codespell config
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user