Skip to content

fix(models): avoid using deprecated pos args for save() #25

fix(models): avoid using deprecated pos args for save()

fix(models): avoid using deprecated pos args for save() #25

Triggered via pull request October 21, 2024 12:43
Status Success
Total duration 39s
Artifacts

mypy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.