Skip to content

Lint code

Lint code #255

Triggered via pull request August 19, 2024 14:15
Status Success
Total duration 1m 0s
Artifacts

lint.yml

on: pull_request
Get changed files
9s
Get changed files
Check formatting
21s
Check formatting
Check linting
23s
Check linting
Check types with mypy
19s
Check types with mypy
Check docs
29s
Check docs
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Check types with mypy: beets/logging.py#L140
Name "getLogger" already defined (possibly by an import)
Check types with mypy: beets/util/pipeline.py#L87
Missing type parameters for generic type "Queue"
Check types with mypy: beets/util/__init__.py#L168
Incompatible types in assignment (expression has type "str", variable has type "bytes")
Check types with mypy: beets/util/__init__.py#L182
Need type annotation for "out" (hint: "out: List[<type>] = ...")
Check types with mypy: beets/util/__init__.py#L199
Missing type parameters for generic type "Sequence"
Check types with mypy: beets/util/__init__.py#L202
Missing type parameters for generic type "Tuple"
Check types with mypy: beets/util/__init__.py#L209
Incompatible types in assignment (expression has type "bytes", variable has type "str")
Check types with mypy: beets/util/__init__.py#L226
Incompatible types in assignment (expression has type "bytes", variable has type "str")
Check types with mypy: beets/util/__init__.py#L242
No overload variant of "join" matches argument types "bytes", "str"
Check types with mypy: beets/util/__init__.py#L243
Argument 1 to "is_hidden" has incompatible type "str"; expected "Union[bytes, Path]"