Lint code #1061
lint.yml
on: pull_request
Get changed files
13s
Check formatting
17s
Check linting
11s
Check types with mypy
29s
Check docs
0s
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"
|