mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2025-06-26 23:19:56 +00:00
10 lines
203 B
TOML
10 lines
203 B
TOML
[tool.codespell]
|
|
skip = "*.js,*.css,*.map"
|
|
# `llm` abbreviation for large language models
|
|
ignore-words-list = "llm,fo"
|
|
quiet-level = 3
|
|
check-filenames = ""
|
|
|
|
[tool.isort]
|
|
known_first_party = ["kotaemon"]
|