Lint code #416
lint.yml
on: push
Get changed files
8s
Check formatting
9s
Check linting
9s
Check types with mypy
25s
Check docs
27s
Annotations
11 errors
Check types with mypy:
beets/dbcore/query.py#L306
Missing type parameters for generic type "Pattern"
|
Check types with mypy:
beets/dbcore/query.py#L468
Missing type parameters for generic type "Sequence"
|
Check types with mypy:
beets/dbcore/query.py#L479
Missing type parameters for generic type "Iterator"
|
Check types with mypy:
beets/dbcore/query.py#L528
Missing type parameters for generic type "FieldQuery"
|
Check types with mypy:
beets/dbcore/query.py#L566
Missing type parameters for generic type "MutableSequence"
|
Check types with mypy:
beets/dbcore/query.py#L911
Missing type parameters for generic type "List"
|
Check types with mypy:
beets/dbcore/query.py#L1005
Missing type parameters for generic type "Collection"
|
Check types with mypy:
beets/dbcore/query.py#L1064
Missing type parameters for generic type "List"
|
Check types with mypy:
beets/library.py#L1609
Argument 1 to "normpath" has incompatible type "Union[str, Any]"; expected "bytes"
|
Check types with mypy:
beets/library.py#L1614
Need type annotation for "_memotable" (hint: "_memotable: Dict[<type>, <type>] = ...")
|
Check docs
ERROR: Unknown target name: "requests_mock".
|