Skip to content

Lint code

Lint code #1061

Triggered via pull request March 10, 2025 10:09
Status Success
Total duration 1m 1s
Artifacts

lint.yml

on: pull_request
Get changed files
13s
Get changed files
Check formatting
17s
Check formatting
Check linting
11s
Check linting
Check types with mypy
29s
Check types with mypy
Check docs
0s
Check docs
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Check types with mypy: beets/util/__init__.py#L774
Incompatible types in assignment (expression has type "str", variable has type "bytes")
Check types with mypy: beets/util/__init__.py#L777
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
Check types with mypy: beets/util/__init__.py#L785
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
Check types with mypy: beets/util/__init__.py#L792
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
Check types with mypy: beets/autotag/hooks.py#L59
Missing type parameters for generic type "AttrDict"
Check types with mypy: beets/autotag/hooks.py#L169
Missing type parameters for generic type "AttrDict"
Check types with mypy: beets/autotag/hooks.py#L650
Missing type parameters for generic type "Callable"
Check types with mypy: beets/autotag/hooks.py#L664
Missing type parameters for generic type "dict"
Check types with mypy: beets/autotag/hooks.py#L665
Missing type parameters for generic type "tuple"
Check types with mypy: beets/autotag/hooks.py#L693
Missing type parameters for generic type "tuple"