mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
Add rudimentary codespell config
This commit is contained in:
@@ -59,3 +59,10 @@ follow_imports = "skip"
|
||||
[[tool.mypy.overrides]]
|
||||
module = "utils"
|
||||
ignore_missing_imports = true
|
||||
|
||||
[tool.codespell]
|
||||
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||
skip = '.git*,*.pdf,*.lock'
|
||||
check-hidden = true
|
||||
# ignore-regex = ''
|
||||
# ignore-words-list = ''
|
||||
|
||||
Reference in New Issue
Block a user