mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 16:51:17 +00:00
Add rudimentary codespell config
This commit is contained in:
parent
2e5fbba961
commit
1a928bc6a4
@ -151,3 +151,10 @@ exclude = [
|
||||
"chroma.sqlite3",
|
||||
]
|
||||
force-include = { "CHANGELOG.md" = "open_webui/CHANGELOG.md", build = "open_webui/frontend" }
|
||||
|
||||
[tool.codespell]
|
||||
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||
skip = '.git*,*.svg,package-lock.json,i18n,*.lock,*.css,*-bundle.js,locales,example-doc.txt,emoji-shortcodes.json'
|
||||
check-hidden = true
|
||||
# ignore-regex = ''
|
||||
ignore-words-list = 'ans'
|
||||
|
Loading…
Reference in New Issue
Block a user