Files
kotaemon/pyproject.toml

7 lines
156 B
TOML
Raw Normal View History

[tool.codespell]
skip = "*.js,*.css,*.map"
# `llm` abbreviation for large language models
ignore-words-list = "llm,fo"
quiet-level = 3
check-filenames = ""