[pull] main from WeblateOrg:main #5040
Annotations
10 errors
|
mypy:
weblate/accounts/forms.py#L1336
Incompatible types in assignment (expression has type "IntegerField", base class "OTPTokenForm" defined the type as "CharField")
|
|
mypy:
weblate/accounts/forms.py#L753
Signature of "save" incompatible with supertype "django.contrib.auth.forms.SetPasswordForm"
|
|
mypy:
weblate/accounts/forms.py#L563
Item "None" of "Challenge | None" has no attribute "signature"
|
|
mypy:
weblate/accounts/forms.py#L340
"Field" has no attribute "strip"
|
|
mypy:
weblate/accounts/models.py#L1411
Incompatible return value type (got "list[tuple[str, _StrPromise]]", expected "list[tuple[str, str | _StrPromise]]")
|
|
mypy:
weblate/accounts/models.py#L1398
Incompatible return value type (got "list[tuple[str, _StrPromise]]", expected "list[tuple[str, str | _StrPromise]]")
|
|
mypy:
weblate/accounts/models.py#L1393
List item 0 has incompatible type "tuple[str, str]"; expected "tuple[str, _StrPromise]"
|
|
mypy:
weblate/accounts/models.py#L1382
Incompatible return value type (got "list[tuple[CommitNameChoices, Reversible[Any]]]", expected "list[tuple[CommitNameChoices, str | _StrPromise]]")
|
|
mypy:
weblate/accounts/models.py#L1346
Incompatible types in assignment (expression has type "str | None", variable has type "str")
|
|
mypy:
weblate/accounts/models.py#L662
Incompatible return value type (got "Literal[''] | bool | None", expected "bool")
|