Lint code #258
lint.yml
on: pull_request
Get changed files
9s
Check formatting
13s
Check linting
10s
Check types with mypy
11s
Check docs
21s
Annotations
10 errors
Check types with mypy:
beets/autotag/mb.py#L133
Missing type parameters for generic type "List"
|
Check types with mypy:
beets/autotag/mb.py#L174
Missing type parameters for generic type "Sequence"
|
Check types with mypy:
beets/autotag/mb.py#L188
Missing type parameters for generic type "Dict"
|
Check types with mypy:
beets/autotag/mb.py#L236
Missing type parameters for generic type "Dict"
|
Check types with mypy:
beets/autotag/mb.py#L251
Missing type parameters for generic type "Dict"
|
Check types with mypy:
beets/autotag/mb.py#L278
Missing type parameters for generic type "Dict"
|
Check types with mypy:
beets/autotag/mb.py#L402
Missing type parameters for generic type "Dict"
|
Check types with mypy:
beets/autotag/mb.py#L770
Missing type parameters for generic type "Dict"
|
Check types with mypy:
beets/autotag/mb.py#L771
Missing type parameters for generic type "Dict"
|
Check types with mypy:
beets/test/helper.py#L478
"Type[Item]" has no attribute "_original_types"
|