Skip to content

Lint code

Lint code #253

Triggered via push August 19, 2024 07:08
Status Success
Total duration 40s
Artifacts

lint.yml

on: push
Get changed files
5s
Get changed files
Check formatting
14s
Check formatting
Check linting
14s
Check linting
Check types with mypy
17s
Check types with mypy
Check docs
0s
Check docs
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Check types with mypy: test/test_dbcore.py#L36
Missing type parameters for generic type "FieldQuery"
Check types with mypy: beets/test/helper.py#L478
"Type[Item]" has no attribute "_original_types"
Check types with mypy: beets/test/helper.py#L479
"Type[Album]" has no attribute "_original_types"
Check types with mypy: beets/test/helper.py#L483
"Type[Item]" has no attribute "_original_queries"
Check types with mypy: beets/test/helper.py#L484
"Type[Album]" has no attribute "_original_queries"
Check types with mypy: test/plugins/test_player.py#L40
Argument 1 to "module_from_spec" has incompatible type "Optional[ModuleSpec]"; expected "ModuleSpec"
Check types with mypy: test/plugins/test_player.py#L49
Module has no attribute "_GstPlayer"
Check types with mypy: test/plugins/test_player.py#L71
Module has no attribute "GstPlayer"
Check types with mypy: test/plugins/test_player.py#L941
Argument 1 to "skip" has incompatible type "Callable[[BPDPlaylistsTest], Any]"; expected "str"
Check types with mypy: test/plugins/test_player.py#L1131
Argument 1 to "skip" has incompatible type "Callable[[BPDConnectionTest], Any]"; expected "str"