Skip to content

Lint code

Lint code #33

Triggered via pull request November 13, 2025 03:15
Status Failure
Total duration 52s
Artifacts

lint.yaml

on: pull_request
Get changed files
14s
Get changed files
Check formatting
9s
Check formatting
Check linting
9s
Check linting
Check types with mypy
20s
Check types with mypy
Check docs
27s
Check docs
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Check linting
Process completed with exit code 1.
Ruff (N806): test/plugins/test_musicbrainz.py#L1074
test/plugins/test_musicbrainz.py:1074:9: N806 Variable `RECORDING_WITH_RELEASE` in function should be lowercase
Ruff (E501): test/plugins/test_musicbrainz.py#L1073
test/plugins/test_musicbrainz.py:1073:89: E501 Line too long (109 > 88)
Ruff (E501): beetsplug/musicbrainz.py#L878
beetsplug/musicbrainz.py:878:89: E501 Line too long (89 > 88)
Check docs
Process completed with exit code 1.