chore(deps): update astral-sh/setup-uv action to v7 #339
lint.yaml
on: pull_request
ruff
20s
basedpyright
28s
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)
|