Files
conversations/.codespellrc
Quentin BEY 30ca4a4066 (codespell) add configuration file and exceptions
This configuration file allow to easily run codespell locally.
The RAG mock result file is ignored because it contains french
text.
2025-07-31 11:52:51 +02:00

17 lines
296 B
Plaintext

[codespell]
skip =
./git/,
**/*.po,
**/*.pot,
**/*.json,
**/yarn.lock,
**/node_modules/**,
**/e2e/report/**,
*.tsbuildinfo,
check-filenames = true
ignore-words-list =
afterAll,
statics,
exclude-file =
./src/backend/chat/agent_rag/web_search/mocked.py,