fix(models): avoid using deprecated pos args for save() #25
Annotations
11 errors
mypy:
weblate_web/models.py#L44
Skipping analyzing "markupfield.fields": module is installed, but missing library stubs or py.typed marker
|
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
Process completed with exit code 1.
|