chore: silent some mypy module warnings #56
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.
|