Skip to content

A file system provider #70

A file system provider

A file system provider #70

Re-run triggered May 20, 2024 04:43
Status Failure
Total duration 1m 4s
Artifacts

mypy.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run MyPy: tagstudio/src/core/fs/file_provider.py#L50
[mypy] reported by reviewdog 🐶 Name "ctypes.wintypes.FILETIME" is not defined [name-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/fs/file_provider.py:50: error: Name "ctypes.wintypes.FILETIME" is not defined [name-defined]
Run MyPy: tagstudio/src/core/fs/file_provider.py#L79
[mypy] reported by reviewdog 🐶 Module has no attribute "windll" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/fs/file_provider.py:79:23: error: Module has no attribute "windll" [attr-defined]
Run MyPy: tagstudio/src/core/fs/file_provider.py#L83
[mypy] reported by reviewdog 🐶 Module has no attribute "WinError" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/fs/file_provider.py:83:19: error: Module has no attribute "WinError" [attr-defined]
Run MyPy: tagstudio/src/core/fs/file_provider.py#L85
[mypy] reported by reviewdog 🐶 Module has no attribute "wintypes" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/fs/file_provider.py:85:16: error: Module has no attribute "wintypes" [attr-defined]
Run MyPy: tagstudio/src/core/fs/file_provider.py#L86
[mypy] reported by reviewdog 🐶 Module has no attribute "indll" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/fs/file_provider.py:86:16: error: Module has no attribute "indll" [attr-defined]
Run MyPy: tagstudio/src/core/fs/file_provider.py#L89
[mypy] reported by reviewdog 🐶 Module has no attribute "WinError" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/fs/file_provider.py:89:19: error: Module has no attribute "WinError" [attr-defined]
Run MyPy: tagstudio/src/core/fs/file_provider.py#L91
[mypy] reported by reviewdog 🐶 Module has no attribute "windll" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/fs/file_provider.py:91:9: error: Module has no attribute "windll" [attr-defined]
Run MyPy: tagstudio/src/core/fs/file_provider.py#L153
[mypy] reported by reviewdog 🐶 Need type annotation for "directory_queue" [var-annotated] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/fs/file_provider.py:153:32: error: Need type annotation for "directory_queue" [var-annotated]
Run MyPy: tagstudio/src/core/fs/file_provider.py#L154
[mypy] reported by reviewdog 🐶 Incompatible types in assignment (expression has type "ListProxy[Any]", variable has type "list[Metadata]") [assignment] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/fs/file_provider.py:154:40: error: Incompatible types in assignment (expression has type "ListProxy[Any]", variable has type "list[Metadata]") [assignment]
Run MyPy
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085