Lint code #69
lint.yaml
on: pull_request
Get changed files
13s
Check formatting
15s
Check linting
11s
Check types with mypy
20s
Check docs
0s
Annotations
6 errors
|
Check linting
Process completed with exit code 1.
|
|
Ruff (E501):
beetsplug/lastgenre/__init__.py#L425
beetsplug/lastgenre/__init__.py:425:89: E501 Line too long (105 > 88)
|
|
Check types with mypy
The process '/opt/pipx_bin/poe' failed with exit code 1
|
|
Check types with mypy:
beetsplug/lastgenre/__init__.py#L445
"tuple[str, Any]" has no attribute "artist"
|
|
Check types with mypy:
beetsplug/lastgenre/__init__.py#L442
"tuple[str, Any]" has no attribute "title"
|
|
Check types with mypy:
beetsplug/lastgenre/__init__.py#L442
"tuple[str, Any]" has no attribute "artist"
|