Skip to content

πŸ‘· uv + taskfile #89

πŸ‘· uv + taskfile

πŸ‘· uv + taskfile #89

Triggered via pull request August 21, 2025 05:37
@juftinjuftin
synchronize #53
uv-task
Status Failure
Total duration 32s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
lint
Process completed with exit code 1.
lint: browsr/base.py#L56
Missing type parameters for generic type "Screen" [type-arg]
lint: browsr/base.py#L50
Incompatible return value type (got "Path", expected "UPath") [return-value]
lint: browsr/widgets/double_click_directory_tree.py#L78
Argument "path" to "FileDoubleClicked" has incompatible type "Path"; expected "UPath" [arg-type]
lint: browsr/widgets/double_click_directory_tree.py#L76
Argument "path" to "is_double_click" of "DoubleClickDirectoryTree" has incompatible type "Path"; expected "UPath" [arg-type]
lint: browsr/widgets/double_click_directory_tree.py#L69
Argument "path" to "DirectoryDoubleClicked" has incompatible type "Path"; expected "UPath" [arg-type]
lint: browsr/widgets/double_click_directory_tree.py#L66
Item "None" of "DirEntry | None" has no attribute "path" [union-attr]
lint: browsr/widgets/double_click_directory_tree.py#L65
Argument "path" to "is_double_click" of "DoubleClickDirectoryTree" has incompatible type "Path"; expected "UPath" [arg-type]
lint: browsr/utils.py#L180
Unused "type: ignore" comment [unused-ignore]
lint: browsr/utils.py#L155
Library stubs not installed for "requests" [import-untyped]
lint: browsr/utils.py#L75
Incompatible types in assignment (expression has type "UPathStatResult", variable has type "dict[str, Any] | stat_result") [assignment]