Lint code #361
Annotations
10 errors
Type check code:
beets/util/pipeline.py#L86
Missing type parameters for generic type "Queue"
|
Type check code:
beets/util/__init__.py#L171
Incompatible types in assignment (expression has type "str", variable has type "bytes")
|
Type check code:
beets/util/__init__.py#L185
Need type annotation for "out" (hint: "out: List[<type>] = ...")
|
Type check code:
beets/util/__init__.py#L202
Missing type parameters for generic type "Sequence"
|
Type check code:
beets/util/__init__.py#L205
Missing type parameters for generic type "Tuple"
|
Type check code:
beets/util/__init__.py#L212
Incompatible types in assignment (expression has type "bytes", variable has type "str")
|
Type check code:
beets/util/__init__.py#L229
Incompatible types in assignment (expression has type "bytes", variable has type "str")
|
Type check code:
beets/util/__init__.py#L245
No overload variant of "join" matches argument types "bytes", "str"
|
Type check code:
beets/util/__init__.py#L246
Argument 1 to "is_hidden" has incompatible type "str"; expected "Union[bytes, Path]"
|
Type check code:
beets/util/__init__.py#L253
Argument "key" to "sort" of "list" has incompatible type "Callable[[bytes], bytes]"; expected "Callable[[str], Union[SupportsDunderLT[Any], SupportsDunderGT[Any]]]"
|
Loading