Skip to content

feat(backends): implement new invoices backend #19

feat(backends): implement new invoices backend

feat(backends): implement new invoices backend #19

Triggered via pull request October 21, 2024 12:36
Status Success
Total duration 1m 40s
Artifacts

mypy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
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#L300
Name "get_quantity_unit_display" already defined on line 278
mypy: weblate_web/invoices/models.py#L305
"InvoiceItem" has no attribute "_get_FIELD_display"
mypy: weblate_web/payments/models.py#L25
Skipping analyzing "appconf": module is installed, but missing library stubs or py.typed marker
mypy: weblate_web/payments/models.py#L35
Skipping analyzing "vies.models": module is installed, but missing library stubs or py.typed marker
mypy: weblate_web/payments/backends.py#L27
Skipping analyzing "fiobank": module is installed, but missing library stubs or py.typed marker
mypy: weblate_web/payments/backends.py#L30
Skipping analyzing "thepay.config": module is installed, but missing library stubs or py.typed marker
mypy: weblate_web/payments/backends.py#L30
Skipping analyzing "thepay": module is installed, but missing library stubs or py.typed marker
mypy
Process completed with exit code 1.