Skip to content

feat(file-format-params): File format parameters for encoding (#17035) #20264

feat(file-format-params): File format parameters for encoding (#17035)

feat(file-format-params): File format parameters for encoding (#17035) #20264

Triggered via push January 27, 2026 15:49
Status Success
Total duration 2m 5s
Artifacts

mypy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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/trans/autofixes/__init__.py#L48
Incompatible return value type (got "tuple[list[str], list[str | _StrPromise]]", expected "tuple[list[str], list[str]]")
mypy: weblate/utils/validators.py#L453
Argument "schemes" to "URLValidator" has incompatible type "set[str]"; expected "Sequence[str] | None"
mypy: weblate/fonts/utils.py#L163
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/celery.py#L23
"type[DjangoTask[_P, _R_co]]" has no attribute "__class_getitem__"
mypy: weblate/utils/celery.py#L22
"type[Celery[_T_Global]]" has no attribute "__class_getitem__"
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/db.py#L94
"PostgreSQLFallbackLookupMixin" has no attribute "lookup_name"