Skip to content

Lint code

Lint code #1123

Triggered via pull request March 8, 2026 12:37
Status Failure
Total duration 42s
Artifacts

lint.yaml

on: pull_request
Get changed files
10s
Get changed files
Check formatting
10s
Check formatting
Check linting
9s
Check linting
Check types with mypy
26s
Check types with mypy
Check docs
0s
Check docs
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Check linting
Process completed with exit code 1.
ruff (F401): beets/metadata_plugins.py#L12
beets/metadata_plugins.py:12:40: F401 `contextlib.nullcontext` imported but unused help: Remove unused import: `contextlib.nullcontext`
ruff (TC001): beets/autotag/match.py#L28
beets/autotag/match.py:28:39: TC001 Move application import `beets.autotag.TrackMatch` into a type-checking block help: Move into type-checking block
ruff (TC001): beets/autotag/match.py#L28
beets/autotag/match.py:28:27: TC001 Move application import `beets.autotag.AlbumMatch` into a type-checking block help: Move into type-checking block