Lint code #1006
lint.yml
on: pull_request
Get changed files
8s
Check formatting
10s
Check linting
16s
Check types with mypy
23s
Check docs
22s
Annotations
7 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/tasks.py#L173
Need type annotation for "search_ids" (hint: "search_ids: list[<type>] = ...")
|
Check types with mypy
The process '/opt/pipx_bin/poe' failed with exit code 1
|