Lint code #1010
lint.yml
on: pull_request
Get changed files
8s
Check formatting
9s
Check linting
16s
Check types with mypy
25s
Check docs
26s
Annotations
10 errors and 3 warnings
Check types with mypy:
beets/util/pipeline.py#L91
Missing type parameters for generic type "Queue"
|
Check types with mypy:
beets/util/__init__.py#L803
Incompatible types in assignment (expression has type "str", variable has type "bytes")
|
Check types with mypy:
beets/util/__init__.py#L806
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy:
beets/util/__init__.py#L814
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy:
beets/util/__init__.py#L821
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy:
beets/plugins.py#L293
Need type annotation for "_instances" (hint: "_instances: dict[<type>, <type>] = ...")
|
Check types with mypy:
beets/autotag/mb.py#L146
Missing type parameters for generic type "list"
|
Check types with mypy:
beets/autotag/mb.py#L187
Missing type parameters for generic type "Sequence"
|
Check types with mypy:
beets/autotag/mb.py#L201
Missing type parameters for generic type "dict"
|
Check types with mypy:
beets/autotag/mb.py#L249
Missing type parameters for generic type "dict"
|
Check formatting
Cache not found for keys: setup-python-Linux-x64-python-3.9.21-poetry-v2-aede755e9aa35cafb9907974e7d151aaba0f645b66c7e5b7677710d5e576f8f6
|
Check docs
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Check docs
Cache not found for keys: setup-python-Linux-x64-python-3.9.21-poetry-v2-aede755e9aa35cafb9907974e7d151aaba0f645b66c7e5b7677710d5e576f8f6
|