Lint code #66
lint.yaml
on: pull_request
Get changed files
10s
Check formatting
15s
Check linting
20s
Check types with mypy
24s
Check docs
49s
Annotations
3 errors
|
Check linting
Process completed with exit code 1.
|
|
Ruff (UP034):
beetsplug/titlecase.py#L161
beetsplug/titlecase.py:161:25: UP034 Avoid extraneous parentheses
|
|
Ruff (UP035):
beetsplug/titlecase.py#L20
beetsplug/titlecase.py:20:1: UP035 Import from `re` instead: `Pattern`
|