Skip to content

chore(deps): update astral-sh/setup-uv action to v7 #339

chore(deps): update astral-sh/setup-uv action to v7

chore(deps): update astral-sh/setup-uv action to v7 #339

Triggered via pull request October 8, 2025 04:38
Status Failure
Total duration 2m 58s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
basedpyright
Process completed with exit code 1.
basedpyright
1 error
basedpyright: src/speaches/routers/stt.py#L216
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)