Skip to content

Lint code

Lint code #989

Triggered via pull request February 15, 2025 12:21
Status Success
Total duration 44s
Artifacts

lint.yml

on: pull_request
Get changed files
8s
Get changed files
Check formatting
16s
Check formatting
Check linting
11s
Check linting
Check types with mypy
13s
Check types with mypy
Check docs
23s
Check docs
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Check types with mypy: beets/util/pipeline.py#L91
Missing type parameters for generic type "Queue"
Check types with mypy: beets/util/__init__.py#L803
Incompatible types in assignment (expression has type "str", variable has type "bytes")
Check types with mypy: beets/util/__init__.py#L806
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
Check types with mypy: beets/util/__init__.py#L814
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
Check types with mypy: beets/util/__init__.py#L821
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
Check types with mypy: beets/importer.py#L551
Need type annotation for "search_ids" (hint: "search_ids: list[<type>] = ...")
Check types with mypy: beets/importer.py#L1549
Incompatible types in assignment (expression has type "ImportTask", variable has type "SingletonImportTask")
Check types with mypy: beets/importer.py#L1774
"manipulate_files" of "ImportTask" gets multiple values for keyword argument "session"
Check types with mypy: beets/importer.py#L1775
Argument 1 to "manipulate_files" of "ImportTask" has incompatible type "Optional[MoveOperation]"; expected "ImportSession"
Check types with mypy
The process '/opt/pipx_bin/poe' failed with exit code 1