Lint code #1023
lint.yml
on: pull_request
Get changed files
13s
Check formatting
16s
Check linting
11s
Check types with mypy
12s
Check docs
20s
Annotations
6 errors
Ruff (E501):
beetsplug/convert.py#L397
beetsplug/convert.py:397:89: E501 Line too long (118 > 88)
|
Ruff:
beetsplug/convert.py#L405
beetsplug/convert.py:405:21: SyntaxError: Expected ':', found newline
|
Check linting
Process completed with exit code 1.
|
Check types with mypy:
beetsplug/convert.py#L405
invalid syntax
|
Check types with mypy
The process '/opt/pipx_bin/poe' failed with exit code 2
|
Check formatting
Process completed with exit code 2.
|