Skip to content

Translated using Weblate (Italian) #28228

Translated using Weblate (Italian)

Translated using Weblate (Italian) #28228

Triggered via push June 7, 2026 15:03
Status Success
Total duration 2m 7s
Artifacts

mypy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
mypy: weblate/trans/models/pending.py#L224
Incompatible types in assignment (expression has type "PendingChangeQuerySet[PendingUnitChange@AnnotatedWith[TypedDict({'failed_revision': str, 'weblate_version': str, 'last_failed': str, 'eligible_for_attempt': Any})], PendingUnitChange@AnnotatedWith[TypedDict({'failed_revision': str, 'weblate_version': str, 'last_failed': str, 'eligible_for_attempt': Any})]]", variable has type "PendingChangeQuerySet[PendingUnitChange@AnnotatedWith[TypedDict({'failed_revision': str, 'weblate_version': str, 'last_failed': str, 'translation_revision': Any, 'eligible_for_attempt': Any})], PendingUnitChange@AnnotatedWith[TypedDict({'failed_revision': str, 'weblate_version': str, 'last_failed': str, 'translation_revision': Any, 'eligible_for_attempt': Any})]]")
mypy: weblate/trans/models/pending.py#L168
Incompatible types in assignment (expression has type "PendingChangeQuerySet[PendingUnitChange, PendingUnitChange]", variable has type "PendingChangeQuerySet[_Model, _Row]")
mypy: weblate/trans/models/pending.py#L98
Incompatible types in assignment (expression has type "PendingChangeQuerySet[PendingUnitChange, PendingUnitChange]", variable has type "PendingChangeQuerySet[_Model, _Row]")
mypy: weblate/trans/autofixes/__init__.py#L48
Incompatible return value type (got "tuple[list[str], list[str | _StrPromise]]", expected "tuple[list[str], list[str]]")
mypy: weblate/vcs/gpg.py#L86
Argument 2 to "siphash" has incompatible type "None"; expected "str | bytes"
mypy: weblate/vcs/gpg.py#L68
List item 4 has incompatible type "None"; expected "str | bytes | PathLike[str] | PathLike[bytes]"
mypy: weblate/vcs/gpg.py#L44
List item 7 has incompatible type "None"; expected "str | bytes | PathLike[str] | PathLike[bytes]"
mypy: weblate/fonts/utils.py#L337
Incompatible return value type (got "tuple[str | None, str | None]", expected "tuple[str, str]")
mypy: weblate/trans/models/agreement.py#L33
Signature of "create" incompatible with supertype "django.db.models.manager.Manager"
mypy: weblate/api/spectacular.py#L35
Incompatible types in assignment (expression has type "Sequence[str]", variable has type "list[str]")