This configuration file allow to easily run codespell locally. The RAG mock result file is ignored because it contains french text.
17 lines
296 B
Plaintext
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,
|