Lint code #33
lint.yaml
on: pull_request
Get changed files
14s
Check formatting
9s
Check linting
9s
Check types with mypy
20s
Check docs
27s
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.
|