Skip to content

fix(deps): update dependency django-otp-webauthn to >=0.4.0,<0.6 (#14… #9733

fix(deps): update dependency django-otp-webauthn to >=0.4.0,<0.6 (#14…

fix(deps): update dependency django-otp-webauthn to >=0.4.0,<0.6 (#14… #9733

Triggered via push February 28, 2025 02:22
Status Success
Total duration 4m 13s
Artifacts

mypy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
mypy: weblate/utils/request.py#L33
Argument 1 to "get_user_agent_raw" has incompatible type "AuthenticatedHttpRequest | None"; expected "AuthenticatedHttpRequest"
mypy: weblate/utils/licenses.py#L22
Incompatible return value type (got "Any | None", expected "str")
mypy: weblate/utils/celery.py#L66
"FallbackContext" has no attribute "__enter__"
mypy: weblate/utils/celery.py#L66
"FallbackContext" has no attribute "__exit__"
mypy: weblate/trans/models/agreement.py#L25
Signature of "create" incompatible with supertype "BaseManager"
mypy: weblate/trans/util.py#L309
Argument 1 to "redirect" has incompatible type "str | Model"; expected "Callable[..., Any] | str | SupportsGetAbsoluteUrl"
mypy: weblate/trans/util.py#L339
Item "QName" of "str | bytes | bytearray | QName" has no attribute "startswith"
mypy: weblate/trans/util.py#L339
Argument 1 to "startswith" of "bytes" has incompatible type "str"; expected "Buffer | tuple[Buffer, ...]"
mypy: weblate/trans/util.py#L339
Argument 1 to "startswith" of "bytearray" has incompatible type "str"; expected "Buffer | tuple[Buffer, ...]"
mypy: weblate/trans/util.py#L340
Value of type "str | bytes | bytearray | QName" is not indexable
mypy
Process completed with exit code 1.