Lint code #659
lint.yml
on: push
Get changed files
6s
Check formatting
8s
Check linting
10s
Check types with mypy
25s
Check docs
22s
Annotations
11 errors and 5 warnings
Check docs
ERROR: Unknown target name: "requests_mock".
|
Check types with mypy:
beets/util/pipeline.py#L86
Missing type parameters for generic type "Queue"
|
Check types with mypy:
beets/util/__init__.py#L794
Incompatible types in assignment (expression has type "str", variable has type "bytes")
|
Check types with mypy:
beets/util/__init__.py#L797
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy:
beets/util/__init__.py#L805
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy:
beets/util/__init__.py#L812
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy:
beets/dbcore/query.py#L292
Missing type parameters for generic type "Pattern"
|
Check types with mypy:
beets/dbcore/query.py#L454
Missing type parameters for generic type "Sequence"
|
Check types with mypy:
beets/dbcore/query.py#L465
Missing type parameters for generic type "Iterator"
|
Check types with mypy:
beets/dbcore/query.py#L514
Missing type parameters for generic type "FieldQuery"
|
Check types with mypy:
beets/dbcore/query.py#L552
Missing type parameters for generic type "MutableSequence"
|
Get changed files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check formatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check types with mypy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|