Lint code #1010
Annotations
10 errors
Type check code:
beets/util/pipeline.py#L91
Missing type parameters for generic type "Queue"
|
Type check code:
beets/util/__init__.py#L803
Incompatible types in assignment (expression has type "str", variable has type "bytes")
|
Type check code:
beets/util/__init__.py#L806
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Type check code:
beets/util/__init__.py#L814
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Type check code:
beets/util/__init__.py#L821
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#L146
Missing type parameters for generic type "list"
|
Type check code:
beets/autotag/mb.py#L187
Missing type parameters for generic type "Sequence"
|
Type check code:
beets/autotag/mb.py#L201
Missing type parameters for generic type "dict"
|
Type check code:
beets/autotag/mb.py#L249
Missing type parameters for generic type "dict"
|
Loading