Lint code #971
lint.yml
on: pull_request
Get changed files
17s
Check formatting
16s
Check linting
15s
Check types with mypy
20s
Check docs
24s
Annotations
9 errors
Check types with mypy:
beets/util/pipeline.py#L89
Missing type parameters for generic type "Queue"
|
Check types with mypy:
beets/util/pipeline.py#L183
Incompatible types in assignment (expression has type "Optional[R]", variable has type "Optional[T]")
|
Check types with mypy:
beets/util/__init__.py#L234
Value of type variable "AnyStr" of "fnmatch" cannot be "Union[str, bytes, Path]"
|
Check types with mypy:
beets/util/__init__.py#L801
Incompatible types in assignment (expression has type "str", variable has type "bytes")
|
Check types with mypy:
beets/util/__init__.py#L804
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy:
beets/util/__init__.py#L812
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy:
beets/util/__init__.py#L819
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy:
beets/importer.py#L565
Cast target is not a type
|
Check types with mypy
The process '/opt/pipx_bin/poe' failed with exit code 1
|