Lint code #1541
lint.yml
on: pull_request
Get changed files
10s
Check formatting
16s
Check linting
9s
Check types with mypy
15s
Check docs
28s
Annotations
3 errors
Check types with mypy
The process '/opt/pipx_bin/poe' failed with exit code 1
|
Check types with mypy:
beets/importer/tasks.py#L1138
Unsupported left operand type for + ("None")
|
Check types with mypy:
beets/importer/tasks.py#L173
Need type annotation for "search_ids" (hint: "search_ids: list[<type>] = ...")
|