Lint code #2
lint.yml
on: push
Get changed files
5s
Check formatting
22s
Check linting
18s
Check types with mypy
13s
Check docs
0s
Annotations
10 errors
Check types with mypy:
beets/dbcore/query.py#L289
Missing type parameters for generic type "Pattern"
|
Check types with mypy:
beets/dbcore/query.py#L446
Missing type parameters for generic type "Sequence"
|
Check types with mypy:
beets/dbcore/query.py#L457
Missing type parameters for generic type "Iterator"
|
Check types with mypy:
beets/dbcore/query.py#L501
Missing type parameters for generic type "FieldQuery"
|
Check types with mypy:
beets/dbcore/query.py#L539
Missing type parameters for generic type "MutableSequence"
|
Check types with mypy:
beets/dbcore/query.py#L879
Missing type parameters for generic type "List"
|
Check types with mypy:
beets/dbcore/query.py#L973
Missing type parameters for generic type "Collection"
|
Check types with mypy:
beets/dbcore/query.py#L1032
Missing type parameters for generic type "List"
|
Check types with mypy:
beets/dbcore/types.py#L52
Missing type parameters for generic type "FieldQuery"
|
Check types with mypy:
beets/dbcore/types.py#L302
Missing type parameters for generic type "Type"
|