Lint code #1162
lint.yaml
on: pull_request
Get changed files
51s
Check formatting
12s
Check linting
18s
Check types with mypy
23s
Check docs
22s
Annotations
8 errors
|
Check linting
Process completed with exit code 1.
|
|
ruff (F821):
beetsplug/discogs/__init__.py#L274
beetsplug/discogs/__init__.py:274:10: F821 Undefined name `Iterable`
|
|
ruff (F821):
beetsplug/discogs/__init__.py#L206
beetsplug/discogs/__init__.py:206:10: F821 Undefined name `Iterable`
|
|
Check docs
Process completed with exit code 1.
|
|
Check docs:
docs/changelog.rst#L88
(SEVERE/4) Missing matching underline for section title overline.
|
|
Check types with mypy
The process '/opt/pipx_bin/poe' failed with exit code 1
|
|
Check types with mypy:
beetsplug/discogs/__init__.py#L274
Name "Iterable" is not defined
|
|
Check types with mypy:
beetsplug/discogs/__init__.py#L206
Name "Iterable" is not defined
|