Skip to content

Draft: Suggestions in Zen mode #1125

Draft: Suggestions in Zen mode

Draft: Suggestions in Zen mode #1125

Re-run triggered April 3, 2024 13:37
Status Success
Total duration 4m 11s
Artifacts

mypy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
mypy: weblate/settings_example.py#L439
"SysLogHandler" has no attribute "socket"
mypy: weblate/settings_example.py#L530
"object" has no attribute "__delitem__"
mypy: weblate/settings_test.py#L46
Incompatible types in assignment (expression has type "tuple[tuple[str, str]]", variable has type "tuple[()]")
mypy: weblate/settings_test.py#L65
Incompatible types in assignment (expression has type "None", variable has type "str")
mypy: weblate/settings_test.py#L131
Incompatible types in assignment (expression has type "tuple[str, str, str]", variable has type "tuple[str, str]")
mypy: weblate/utils/classloader.py#L41
Need type annotation for "errors" (hint: "errors: Dict[<type>, <type>] = ...")
mypy: weblate/vcs/models.py#L30
Need type annotation for "GITHUB_CREDENTIALS" (hint: "GITHUB_CREDENTIALS: Dict[<type>, <type>] = ...")
mypy: weblate/vcs/models.py#L33
Need type annotation for "AZURE_DEVOPS_CREDENTIALS" (hint: "AZURE_DEVOPS_CREDENTIALS: Dict[<type>, <type>] = ...")
mypy: weblate/vcs/models.py#L36
Need type annotation for "GITLAB_CREDENTIALS" (hint: "GITLAB_CREDENTIALS: Dict[<type>, <type>] = ...")
mypy: weblate/vcs/models.py#L39
Need type annotation for "PAGURE_CREDENTIALS" (hint: "PAGURE_CREDENTIALS: Dict[<type>, <type>] = ...")