Lint code #1130
lint.yaml
on: pull_request
Get changed files
11s
Check formatting
15s
Check linting
12s
Check types with mypy
21s
Check docs
24s
Annotations
4 errors
|
Check linting
Process completed with exit code 1.
|
|
ruff (F401):
test/plugins/test_smartplaylist.py#L29
test/plugins/test_smartplaylist.py:29:38: F401 `beets.util.bytestring_path` imported but unused
help: Remove unused import: `beets.util.bytestring_path`
|
|
Check docs
Process completed with exit code 1.
|
|
Check docs:
docs/plugins/smartplaylist.rst#L159
Use double backticks for inline literal
|