Skip to content

feat: use clone to fetch remote repositories #17922

feat: use clone to fetch remote repositories

feat: use clone to fetch remote repositories #17922

Triggered via push November 29, 2025 11:20
Status Success
Total duration 4m 29s
Artifacts

mypy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
mypy: weblate/vcs/base.py#L468
Incompatible types in assignment (expression has type "Exception", variable has type "str | None")
mypy: weblate/vcs/gpg.py#L89
Argument 2 to "siphash" has incompatible type "None"; expected "str | bytes"
mypy: weblate/vcs/gpg.py#L70
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/autofixes/__init__.py#L48
Incompatible return value type (got "tuple[list[str], list[str | _StrPromise]]", expected "tuple[list[str], list[str]]")
mypy: weblate/fonts/utils.py#L161
Argument 1 to "set_weight" of "FontDescription" has incompatible type "int"; expected "Weight"
mypy: weblate/trans/models/agreement.py#L27
Signature of "create" incompatible with supertype "django.db.models.manager.Manager"
mypy: weblate/utils/files.py#L72
Argument "onexc" to "__call__" of "_RmtreeType" has incompatible type "Callable[[Callable[..., Any], str, Exception], None]"; expected "Callable[[Callable[..., Any], str, BaseException], object] | None"
mypy: weblate/utils/licenses.py#L9
Skipping analyzing "askalono": module is installed, but missing library stubs or py.typed marker
mypy: weblate/utils/db.py#L94
"PostgreSQLFallbackLookupMixin" has no attribute "lookup_name"