Lint code #423
lint.yml
on: pull_request
Get changed files
15s
Check formatting
9s
Check linting
12s
Check types with mypy
17s
Check docs
30s
Annotations
11 errors and 1 warning
Check types with mypy:
beets/util/pipeline.py#L86
Missing type parameters for generic type "Queue"
|
Check types with mypy:
beets/util/__init__.py#L795
Incompatible types in assignment (expression has type "str", variable has type "bytes")
|
Check types with mypy:
beets/util/__init__.py#L798
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy:
beets/util/__init__.py#L806
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy:
beets/util/__init__.py#L813
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
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 docs
ERROR: Unknown target name: "requests_mock".
|
Get changed files
Unable to find merge base between 04ee04150ac6ce41393c4e8e0d04030f3c5e2596 and 0012d5046f6778f22978e3e11ba9fef71b1ff8ec
|