Skip to content

feat: save entry suffix separately

Sign in for the full log view
GitHub Actions / mypy failed Sep 14, 2024 in 0s

reviewdog [mypy] report

reported by reviewdog 🐶

Findings (2)

tagstudio/src/core/driver.py|26 col 33| Argument 1 to "Path" has incompatible type "object"; expected "str | PathLike[str]" [arg-type]
tagstudio/src/qt/widgets/video_player.py|266 col 25| Incompatible types in assignment (expression has type "str", variable has type "None") [assignment]

Filtered Findings (0)

Annotations

Check failure on line 26 in tagstudio/src/core/driver.py

See this annotation in the file changed.

@github-actions github-actions / mypy

[mypy] tagstudio/src/core/driver.py#L26

Argument 1 to "Path" has incompatible type "object"; expected "str | PathLike[str]"  [arg-type]
Raw output
/home/runner/work/TagStudio/TagStudio/tagstudio/src/core/driver.py:26:33: error: Argument 1 to "Path" has incompatible type "object"; expected "str | PathLike[str]"  [arg-type]

Check failure on line 266 in tagstudio/src/qt/widgets/video_player.py

See this annotation in the file changed.

@github-actions github-actions / mypy

[mypy] tagstudio/src/qt/widgets/video_player.py#L266

Incompatible types in assignment (expression has type "str", variable has type "None")  [assignment]
Raw output
/home/runner/work/TagStudio/TagStudio/tagstudio/src/qt/widgets/video_player.py:266:25: error: Incompatible types in assignment (expression has type "str", variable has type "None")  [assignment]