ci: add spellchecker with custom vocabulary and fix typos (#268)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2025-07-15 14:17:35 +02:00
committed by GitHub
parent b922824e5b
commit 8222cf8955
11 changed files with 246 additions and 185 deletions

View File

@@ -62,7 +62,7 @@ from docling_serve.orchestrator_factory import get_async_orchestrator
from docling_serve.response_preparation import prepare_response
from docling_serve.settings import docling_serve_settings
from docling_serve.storage import get_scratch
from docling_serve.websocker_notifier import WebsocketNotifier
from docling_serve.websocket_notifier import WebsocketNotifier
# Set up custom logging as we'll be intermixes with FastAPI/Uvicorn's logging