Skip to content

Update last-changes-content.html template #2

Update last-changes-content.html template

Update last-changes-content.html template #2

Triggered via push July 24, 2024 11:59
Status Success
Total duration 2m 38s
Artifacts

mypy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
mypy: weblate/trans/models/agreement.py#L18
Signature of "create" incompatible with supertype "BaseManager"
mypy: weblate/utils/celery.py#L67
"FallbackContext" has no attribute "__enter__"
mypy: weblate/utils/celery.py#L67
"FallbackContext" has no attribute "__exit__"
mypy: weblate/utils/errors.py#L134
'Settings' object has no attribute 'ROLLBAR'
mypy: weblate/vcs/gpg.py#L39
List item 7 has incompatible type "None"; expected "str | bytes | PathLike[str] | PathLike[bytes]"
mypy: weblate/vcs/gpg.py#L63
List item 4 has incompatible type "None"; expected "str | bytes | PathLike[str] | PathLike[bytes]"
mypy: weblate/vcs/gpg.py#L82
Argument 2 to "siphash" has incompatible type "None"; expected "str | bytes"
mypy: weblate/vcs/models.py#L35
Need type annotation for "GITHUB_CREDENTIALS" (hint: "GITHUB_CREDENTIALS: dict[<type>, <type>] = ...")
mypy: weblate/vcs/models.py#L38
Need type annotation for "AZURE_DEVOPS_CREDENTIALS" (hint: "AZURE_DEVOPS_CREDENTIALS: dict[<type>, <type>] = ...")
mypy: weblate/vcs/models.py#L41
Need type annotation for "GITLAB_CREDENTIALS" (hint: "GITLAB_CREDENTIALS: dict[<type>, <type>] = ...")