bc7568ccf1
Signed-off-by: Laurent Paoletti <lp@providenz.fr>
21 lines
362 B
Plaintext
21 lines
362 B
Plaintext
[codespell]
|
|
skip =
|
|
./git/,
|
|
**/*.pdf,
|
|
**/*.po,
|
|
**/*.pot,
|
|
**/*.json,
|
|
**/yarn.lock,
|
|
**/node_modules/**,
|
|
**/e2e/report/**,
|
|
*.tsbuildinfo,
|
|
**/uv.lock,
|
|
./docker/files/etc/mime.types,
|
|
check-filenames = true
|
|
ignore-words-list =
|
|
afterAll,
|
|
statics,
|
|
exclude-file =
|
|
./src/backend/chat/agent_rag/web_search/mocked.py,
|
|
|