Lint code #940
Annotations
10 errors
Type check code:
beets/util/pipeline.py#L89
Missing type parameters for generic type "Queue"
|
Type check code:
beets/util/pipeline.py#L183
Incompatible types in assignment (expression has type "Optional[R]", variable has type "Optional[T]")
|
Type check code:
beets/util/__init__.py#L234
Value of type variable "AnyStr" of "fnmatch" cannot be "Union[str, bytes, Path]"
|
Type check code:
beets/util/__init__.py#L801
Incompatible types in assignment (expression has type "str", variable has type "bytes")
|
Type check code:
beets/util/__init__.py#L804
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Type check code:
beets/util/__init__.py#L812
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Type check code:
beets/util/__init__.py#L819
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Type check code:
beets/importer.py#L97
Missing type parameters for generic type "dict"
|
Type check code:
beets/importer.py#L98
Missing type parameters for generic type "set"
|
Type check code:
beets/importer.py#L192
Missing type parameters for generic type "set"
|
Loading