Lint code #688
lint.yml
on: pull_request
Get changed files
9s
Check formatting
9s
Check linting
8s
Check types with mypy
19s
Check docs
32s
Annotations
7 errors and 5 warnings
Ruff (I001):
test/test_database_change.py#L1
test/test_database_change.py:1:1: I001 Import block is un-sorted or un-formatted
|
Check linting
Process completed with exit code 1.
|
Check types with mypy:
beets/plugins.py#L214
Need type annotation for "_raw_listeners"
|
Check types with mypy:
beets/plugins.py#L215
Need type annotation for "listeners"
|
Check types with mypy:
beets/plugins.py#L294
Need type annotation for "_instances" (hint: "_instances: dict[<type>, <type>] = ...")
|
Check types with mypy
The process '/opt/pipx_bin/poe' failed with exit code 1
|
Check docs
ERROR: Unknown target name: "requests_mock".
|
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 linting
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 types with mypy
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
|