Lint code #976
lint.yml
on: push
Get changed files
5s
Check formatting
11s
Check linting
9s
Check types with mypy
15s
Check docs
24s
Annotations
5 errors
Check types with mypy:
beets/util/__init__.py#L800
Incompatible types in assignment (expression has type "str", variable has type "bytes")
|
Check types with mypy:
beets/util/__init__.py#L803
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy:
beets/util/__init__.py#L811
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy:
beets/util/__init__.py#L818
Argument 4 to "_legalize_stage" has incompatible type "bytes"; expected "str"
|
Check types with mypy
The process '/opt/pipx_bin/poe' failed with exit code 1
|