Skip to content

Lint code

Lint code #256

Triggered via pull request August 19, 2024 21:44
Status Success
Total duration 54s
Artifacts

lint.yml

on: pull_request
Get changed files
13s
Get changed files
Check formatting
14s
Check formatting
Check linting
17s
Check linting
Check types with mypy
16s
Check types with mypy
Check docs
23s
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]"