Ver Fonte

Add rudimentary codespell config

Yaroslav Halchenko há 3 meses atrás
pai
commit
1a928bc6a4
1 ficheiros alterados com 7 adições e 0 exclusões
  1. 7 0
      pyproject.toml

+ 7 - 0
pyproject.toml

@@ -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'