Skip to content

lots of changes

lots of changes #341

Triggered via pull request October 12, 2025 21:12
Status Failure
Total duration 1m 16s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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)