Lint code #22
lint.yaml
on: pull_request
Get changed files
11s
Check formatting
10s
Check linting
16s
Check types with mypy
23s
Check docs
38s
Annotations
2 errors
|
Check linting
Process completed with exit code 1.
|
|
Ruff (E711):
test/plugins/test_musicbrainz.py#L538
test/plugins/test_musicbrainz.py:538:27: E711 Comparison to `None` should be `cond is None`
|