Translated using Weblate (Italian) #28228
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]")
|