Ver código fonte

Update mypy.ini (#24014)

Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
tags/1.8.0
Yongtao Huang 2 meses atrás
pai
commit
32fa817eaa
Nenhuma conta vinculada ao e-mail do autor do commit

api/events/event_handlers/document_index_event.py → api/events/document_index_event.py Ver arquivo


+ 1
- 1
api/events/event_handlers/create_document_index.py Ver arquivo

@@ -5,7 +5,7 @@ import click
from werkzeug.exceptions import NotFound

from core.indexing_runner import DocumentIsPausedError, IndexingRunner
from events.event_handlers.document_index_event import document_index_created
from events.document_index_event import document_index_created
from extensions.ext_database import db
from libs.datetime_utils import naive_utc_now
from models.dataset import Document

+ 1
- 2
api/mypy.ini Ver arquivo

@@ -5,8 +5,7 @@ check_untyped_defs = True
cache_fine_grained = True
sqlite_cache = True
exclude = (?x)(
core/model_runtime/model_providers/
| tests/
tests/
| migrations/
)


Carregando…
Cancelar
Salvar