Skip to content

fix(backups): preserve all configurable settings #5041

fix(backups): preserve all configurable settings

fix(backups): preserve all configurable settings #5041

Triggered via push August 20, 2026 18:29
Status Success
Total duration 3m 57s
Artifacts

mypy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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/git.py#L3984
Trying to read deleted variable "error"
mypy: weblate/vcs/git.py#L3981
Trying to read deleted variable "error"
mypy: weblate/vcs/git.py#L3574
Trying to read deleted variable "error"
mypy: weblate/vcs/git.py#L2179
Incompatible types (expression has type "str | None", TypedDict item "token" has type "str")
mypy: weblate/vcs/git.py#L2178
Incompatible types (expression has type "str | None", TypedDict item "username" has type "str")
mypy: weblate/vcs/gpg.py#L89
Argument 2 to "siphash" has incompatible type "None"; expected "str | bytes"
mypy: weblate/vcs/gpg.py#L71
List item 4 has incompatible type "None"; expected "str | bytes | PathLike[str] | PathLike[bytes]"
mypy: weblate/vcs/gpg.py#L46
List item 7 has incompatible type "None"; expected "str | bytes | PathLike[str] | PathLike[bytes]"
mypy: weblate/trans/models/agreement.py#L33
Signature of "create" incompatible with supertype "django.db.models.manager.Manager"