Lint code #545
lint.yml
on: pull_request
Get changed files
9s
Check formatting
9s
Check linting
11s
Check types with mypy
14s
Check docs
0s
Annotations
6 errors
Check types with mypy:
beets/test/fixtures.py#L61
Incompatible types in assignment (expression has type "Union[bytes, str]", variable has type "Optional[Path]")
|
Check types with mypy:
beets/test/helper.py#L503
"Type[Item]" has no attribute "_original_types"
|
Check types with mypy:
beets/test/helper.py#L504
"Type[Album]" has no attribute "_original_types"
|
Check types with mypy:
beets/test/helper.py#L508
"Type[Item]" has no attribute "_original_queries"
|
Check types with mypy:
beets/test/helper.py#L509
"Type[Album]" has no attribute "_original_queries"
|
Check types with mypy
The process '/opt/pipx_bin/poe' failed with exit code 1
|