Lint code #12
lint.yaml
on: pull_request
Get changed files
5s
Check formatting
18s
Check linting
17s
Check types with mypy
19s
Check docs
14s
Annotations
11 errors
|
Check docs
Process completed with exit code 1.
|
|
Check types with mypy:
mediafile/storage/flac.py#L1
Cannot find implementation or library stub for module named "mutagen"
|
|
Check types with mypy:
mediafile/storage/flac.py#L1
Cannot find implementation or library stub for module named "mutagen.flac"
|
|
Check types with mypy:
mediafile/storage/mp3.py#L2
Cannot find implementation or library stub for module named "mutagen.id3"
|
|
Check types with mypy:
mediafile/storage/mp3.py#L1
Cannot find implementation or library stub for module named "mutagen"
|
|
Check types with mypy:
mediafile/storage/mp4.py#L1
Cannot find implementation or library stub for module named "mutagen"
|
|
Check types with mypy:
mediafile/storage/mp4.py#L1
Cannot find implementation or library stub for module named "mutagen.mp4"
|
|
Check types with mypy:
mediafile/storage/vorbis.py#L4
Cannot find implementation or library stub for module named "mutagen.flac"
|
|
Check types with mypy:
mediafile/storage/vorbis.py#L3
Cannot find implementation or library stub for module named "mutagen"
|
|
Check types with mypy:
mediafile/utils/mutagen_wrapper.py#L6
Cannot find implementation or library stub for module named "mutagen._util"
|
|
Check types with mypy:
mediafile/utils/mutagen_wrapper.py#L5
Cannot find implementation or library stub for module named "mutagen"
|