Skip to content

chore: silent some mypy module warnings #56

chore: silent some mypy module warnings

chore: silent some mypy module warnings #56

Triggered via push October 22, 2024 07:02
Status Success
Total duration 40s
Artifacts

mypy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
mypy: weblate_web/models.py#L123
Module has no attribute "Image"
mypy: weblate_web/models.py#L129
Module has no attribute "Image"
mypy: weblate_web/models.py#L180
Argument 1 to "connect" of "SSHClient" has incompatible type "**dict[str, object]"; expected "str"
mypy: weblate_web/models.py#L180
Argument 1 to "connect" of "SSHClient" has incompatible type "**dict[str, object]"; expected "int"
mypy: weblate_web/models.py#L180
Argument 1 to "connect" of "SSHClient" has incompatible type "**dict[str, object]"; expected "str | None"
mypy: weblate_web/models.py#L180
Argument 1 to "connect" of "SSHClient" has incompatible type "**dict[str, object]"; expected "PKey | None"
mypy: weblate_web/models.py#L180
Argument 1 to "connect" of "SSHClient" has incompatible type "**dict[str, object]"; expected "float | None"
mypy: weblate_web/models.py#L180
Argument 1 to "connect" of "SSHClient" has incompatible type "**dict[str, object]"; expected "bool"
mypy: weblate_web/models.py#L180
Argument 1 to "connect" of "SSHClient" has incompatible type "**dict[str, object]"; expected "str | tuple[str, int] | socket | Channel | ProxyCommand | None"
mypy: weblate_web/models.py#L180
Argument 1 to "connect" of "SSHClient" has incompatible type "**dict[str, object]"; expected "Mapping[str, Iterable[str]] | None"
mypy
Process completed with exit code 1.