Lint code #564
lint.yml
on: pull_request
Get changed files
11s
Check formatting
9s
Check linting
8s
Check types with mypy
19s
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#L493
"Type[Item]" has no attribute "_original_types"
|
Check types with mypy:
beets/test/helper.py#L494
"Type[Album]" has no attribute "_original_types"
|
Check types with mypy:
beets/test/helper.py#L498
"Type[Item]" has no attribute "_original_queries"
|
Check types with mypy:
beets/test/helper.py#L499
"Type[Album]" has no attribute "_original_queries"
|
Check types with mypy
The process '/opt/pipx_bin/poe' failed with exit code 1
|