Lint code #696
Annotations
10 errors and 1 warning
Type check code:
beets/util/pipeline.py#L86
Missing type parameters for generic type "Queue"
|
Type check code:
beets/util/__init__.py#L800
Incompatible types in assignment (expression has type "str", variable has type "bytes")
|
Type check code:
beets/util/__init__.py#L803
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Type check code:
beets/util/__init__.py#L811
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Type check code:
beets/util/__init__.py#L818
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Type check code:
beets/plugins.py#L293
Need type annotation for "_instances" (hint: "_instances: dict[<type>, <type>] = ...")
|
Type check code:
beets/autotag/mb.py#L135
Missing type parameters for generic type "list"
|
Type check code:
beets/autotag/mb.py#L176
Missing type parameters for generic type "Sequence"
|
Type check code:
beets/autotag/mb.py#L190
Missing type parameters for generic type "dict"
|
Type check code:
beets/autotag/mb.py#L238
Missing type parameters for generic type "dict"
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading