Lint code #1220
lint.yaml
on: pull_request
Get changed files
15s
Check formatting
13s
Check linting
16s
Check types with mypy
25s
Check docs
0s
Annotations
13 errors and 4 warnings
|
ruff (E501):
test/util/test_diff.py#L41
test/util/test_diff.py:41:89: E501 Line too long (111 > 88)
|
|
ruff (E501):
test/util/test_diff.py#L40
test/util/test_diff.py:40:89: E501 Line too long (138 > 88)
|
|
ruff (E501):
test/util/test_diff.py#L39
test/util/test_diff.py:39:89: E501 Line too long (115 > 88)
|
|
ruff (E501):
test/util/test_diff.py#L38
test/util/test_diff.py:38:89: E501 Line too long (114 > 88)
|
|
ruff (E501):
test/util/test_diff.py#L37
test/util/test_diff.py:37:89: E501 Line too long (110 > 88)
|
|
ruff (E501):
test/util/test_diff.py#L36
test/util/test_diff.py:36:89: E501 Line too long (109 > 88)
|
|
ruff (E501):
test/util/test_diff.py#L35
test/util/test_diff.py:35:89: E501 Line too long (178 > 88)
|
|
ruff (E501):
test/util/test_diff.py#L34
test/util/test_diff.py:34:89: E501 Line too long (121 > 88)
|
|
ruff (E501):
test/util/test_diff.py#L33
test/util/test_diff.py:33:89: E501 Line too long (107 > 88)
|
|
ruff (F821):
beets/util/diff.py#L113
beets/util/diff.py:113:18: F821 Undefined name `_field_diff`
|
|
Check types with mypy
The process '/opt/pipx_bin/poe' failed with exit code 1
|
|
Check types with mypy:
test/util/test_diff.py#L6
Module "beets.ui" has no attribute "_field_diff"
|
|
Check types with mypy:
beets/util/diff.py#L113
Name "_field_diff" is not defined
|
|
Get changed files
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: tj-actions/changed-files@v46. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Check formatting
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: BrandonLWhite/pipx-install-action@v1.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Check linting
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: BrandonLWhite/pipx-install-action@v1.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Check types with mypy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: BrandonLWhite/pipx-install-action@v1.0.3, liskin/gh-problem-matcher-wrap@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|