Skip to content

feat(backends): implement new invoices backend #9

feat(backends): implement new invoices backend

feat(backends): implement new invoices backend #9

Triggered via push October 21, 2024 11:39
Status Success
Total duration 1m 18s
Artifacts

mypy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
mypy: weblate_web/settings.py#L28
Skipping analyzing "saml2.saml": module is installed, but missing library stubs or py.typed marker
mypy: weblate_web/settings.py#L28
Skipping analyzing "saml2": module is installed, but missing library stubs or py.typed marker
mypy: weblate_web/settings.py#L314
Need type annotation for "NOTIFY_SUBSCRIPTION" (hint: "NOTIFY_SUBSCRIPTION: list[<type>] = ...")
mypy: weblate_web/payments/validators.py#L6
Skipping analyzing "vies.types": module is installed, but missing library stubs or py.typed marker
mypy: weblate_web/payments/utils.py#L96
Argument 4 to "EmailMultiAlternatives" has incompatible type "Iterable[str]"; expected "Sequence[str] | None"
mypy: weblate_web/invoices/models.py#L33
Skipping analyzing "weasyprint": module is installed, but missing library stubs or py.typed marker
mypy: weblate_web/invoices/models.py#L51
Incompatible return value type (got "dict[str, Sequence[object]]", expected "dict[str, str | bytes]")
mypy: weblate_web/invoices/models.py#L125
Signature of "save" incompatible with supertype "Model"
mypy: weblate_web/invoices/models.py#L276
Name "get_quantity_unit_display" already defined on line 254
mypy: weblate_web/invoices/models.py#L281
"InvoiceItem" has no attribute "_get_FIELD_display"
mypy
Process completed with exit code 1.