lots of changes #341
lint.yaml
on: pull_request
ruff
16s
basedpyright
28s
Annotations
10 errors
basedpyright
Process completed with exit code 1.
|
basedpyright
8 errors
|
basedpyright:
src/speaches/routers/stt.py#L204
Argument of type "bool | None" cannot be assigned to parameter "without_timestamps" of type "bool" in function "transcribe"
Type "bool | None" is not assignable to type "bool"
"None" is not assignable to "bool" (reportArgumentType)
|
basedpyright:
src/speaches/executors/shared/base_model_manager.py#L20
"get_available_providers" is unknown import symbol (reportAttributeAccessIssue)
|
basedpyright:
misc/onnx-export/pyannote_embedding_test.py#L12
Import "torch" could not be resolved (reportMissingImports)
|
basedpyright:
misc/onnx-export/pyannote_embedding_test.py#L9
Import "pytest_benchmark.fixture" could not be resolved (reportMissingImports)
|
basedpyright:
misc/onnx-export/pyannote_embedding_test.py#L7
Import "pyannote.audio" could not be resolved (reportMissingImports)
|
basedpyright:
misc/onnx-export/pyannote_embedding.py#L8
Import "torch" could not be resolved (reportMissingImports)
|
basedpyright:
misc/onnx-export/pyannote_embedding.py#L7
Import "pyannote.audio" could not be resolved (reportMissingImports)
|
basedpyright:
misc/onnx-export/pyannote_embedding.py#L5
Import "onnx" could not be resolved (reportMissingImports)
|