Lint code #417
lint.yml
on: pull_request
Get changed files
10s
Check formatting
14s
Check linting
9s
Check types with mypy
20s
Check docs
0s
Annotations
11 errors
Check formatting
Process completed with exit code 1.
|
Check types with mypy:
beets/dbcore/db.py#L290
Missing type parameters for generic type "Type"
|
Check types with mypy:
beets/dbcore/db.py#L300
Missing type parameters for generic type "Type"
|
Check types with mypy:
beets/dbcore/db.py#L309
Missing type parameters for generic type "FieldQuery"
|
Check types with mypy:
beets/dbcore/db.py#L328
Incompatible return value type (got "Model", expected "Type[Model]")
|
Check types with mypy:
beets/dbcore/db.py#L443
Missing type parameters for generic type "Type"
|
Check types with mypy:
beets/dbcore/db.py#L734
Missing type parameters for generic type "FieldQuery"
|
Check types with mypy:
beets/dbcore/db.py#L735
Missing type parameters for generic type "FieldQuery"
|
Check types with mypy:
beets/dbcore/db.py#L742
Missing type parameters for generic type "Mapping"
|
Check types with mypy:
beets/dbcore/db.py#L743
Missing type parameters for generic type "FieldQuery"
|
Check types with mypy:
beets/dbcore/db.py#L769
Missing type parameters for generic type "Mapping"
|