Lint code #239
lint.yml
on: pull_request
Get changed files
11s
Check formatting
21s
Check linting
16s
Check types with mypy
11s
Check docs
0s
Annotations
10 errors
Check types with mypy:
beets/dbcore/db.py#L300
Missing type parameters for generic type "Type"
|
Check types with mypy:
beets/dbcore/db.py#L310
Missing type parameters for generic type "Type"
|
Check types with mypy:
beets/dbcore/db.py#L319
Missing type parameters for generic type "FieldQuery"
|
Check types with mypy:
beets/dbcore/db.py#L338
Incompatible return value type (got "Model", expected "Type[Model]")
|
Check types with mypy:
beets/dbcore/db.py#L453
Missing type parameters for generic type "Type"
|
Check types with mypy:
beets/dbcore/db.py#L744
Missing type parameters for generic type "FieldQuery"
|
Check types with mypy:
beets/dbcore/db.py#L745
Missing type parameters for generic type "FieldQuery"
|
Check types with mypy:
beets/dbcore/db.py#L752
Missing type parameters for generic type "Mapping"
|
Check types with mypy:
beets/dbcore/db.py#L753
Missing type parameters for generic type "FieldQuery"
|
Check types with mypy:
beets/dbcore/db.py#L779
Missing type parameters for generic type "Mapping"
|