Skip to content

feat: start storing date_created and date_modified #2004

feat: start storing date_created and date_modified

feat: start storing date_created and date_modified #2004

Re-run triggered January 29, 2025 08:34
Status Failure
Total duration 46s
Artifacts

mypy.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run MyPy: tagstudio/src/core/utils/refresh_dir.py#L1
[mypy] reported by reviewdog 🐶 Cannot find implementation or library stub for module named "timezone" [import-not-found] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/utils/refresh_dir.py:1:1: error: Cannot find implementation or library stub for module named "timezone" [import-not-found]
Run MyPy: tagstudio/src/core/utils/refresh_dir.py#L43
[mypy] reported by reviewdog 🐶 Module has no attribute "fromtimestamp" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/utils/refresh_dir.py:43:28: error: Module has no attribute "fromtimestamp" [attr-defined]
Run MyPy: tagstudio/src/core/utils/refresh_dir.py#L45
[mypy] reported by reviewdog 🐶 Module has no attribute "fromtimestamp" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/utils/refresh_dir.py:45:28: error: Module has no attribute "fromtimestamp" [attr-defined]
Run MyPy: tagstudio/src/core/utils/refresh_dir.py#L45
[mypy] reported by reviewdog 🐶 "stat_result" has no attribute "st_birthtime" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/utils/refresh_dir.py:45:45: error: "stat_result" has no attribute "st_birthtime" [attr-defined]
Run MyPy: tagstudio/src/core/utils/refresh_dir.py#L48
[mypy] reported by reviewdog 🐶 Module has no attribute "fromtimestamp" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/utils/refresh_dir.py:48:32: error: Module has no attribute "fromtimestamp" [attr-defined]
Run MyPy: tagstudio/src/core/utils/refresh_dir.py#L48
[mypy] reported by reviewdog 🐶 "stat_result" has no attribute "st_birthtime" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/utils/refresh_dir.py:48:49: error: "stat_result" has no attribute "st_birthtime" [attr-defined]
Run MyPy: tagstudio/src/core/utils/refresh_dir.py#L51
[mypy] reported by reviewdog 🐶 Module has no attribute "fromtimestamp" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/utils/refresh_dir.py:51:32: error: Module has no attribute "fromtimestamp" [attr-defined]
Run MyPy: tagstudio/src/core/utils/refresh_dir.py#L52
[mypy] reported by reviewdog 🐶 Module has no attribute "fromtimestamp" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/utils/refresh_dir.py:52:25: error: Module has no attribute "fromtimestamp" [attr-defined]
Run MyPy: tagstudio/src/core/utils/refresh_dir.py#L66
[mypy] reported by reviewdog 🐶 Module has no attribute "now" [attr-defined] Raw Output: /home/runner/work/TagStudio/TagStudio/tagstudio/src/core/utils/refresh_dir.py:66:36: error: Module has no attribute "now" [attr-defined]
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