Skip to content

Implement delay_on_commit to celery tasks #2445

Implement delay_on_commit to celery tasks

Implement delay_on_commit to celery tasks #2445

Triggered via pull request May 12, 2024 05:28
Status Success
Total duration 4m 22s
Artifacts

mypy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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>] = ...")
mypy: weblate/vcs/models.py#L42
Need type annotation for "GITEA_CREDENTIALS" (hint: "GITEA_CREDENTIALS: dict[<type>, <type>] = ...")
mypy: weblate/vcs/models.py#L45
Need type annotation for "BITBUCKETSERVER_CREDENTIALS" (hint: "BITBUCKETSERVER_CREDENTIALS: dict[<type>, <type>] = ...")
mypy: weblate/accounts/templatetags/authnames.py#L14
Module "django.utils.html" has no attribute "mark_safe"
mypy: weblate/utils/lock.py#L44
"BaseCache" has no attribute "lock"
mypy: weblate/utils/lock.py#L52
Argument 1 to "_format_template" of "WeblateLock" has incompatible type "str | None"; expected "str"
mypy: weblate/checks/flags.py#L178
Need type annotation for "_items" (hint: "_items: dict[<type>, <type>] = ...")