Skip to content

feat(machinery): add Mistral integration #28394

feat(machinery): add Mistral integration

feat(machinery): add Mistral integration #28394

Triggered via pull request June 11, 2026 15:02
Status Success
Total duration 5m 24s
Artifacts

mypy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
mypy: weblate/machinery/tests.py#L2186
"PreparedRequest" has no attribute "params"
mypy: weblate/machinery/tests.py#L2076
Item "None" of "str | None" has no attribute "endswith"
mypy: weblate/machinery/tests.py#L2046
"PreparedRequest" has no attribute "params"
mypy: weblate/machinery/tests.py#L1854
Value of type variable "AnyStr" of "parse_qs" cannot be "Sequence[object]"
mypy: weblate/machinery/tests.py#L1054
"PreparedRequest" has no attribute "params"
mypy: weblate/machinery/tests.py#L1053
"PreparedRequest" has no attribute "params"
mypy: weblate/machinery/mistral.py#L24
Incompatible types in assignment (expression has type "type[MistralMachineryForm]", base class "OpenAITranslation" defined the type as "type[OpenAIMachineryForm]")
mypy: weblate/machinery/forms.py#L708
Incompatible types in assignment (expression has type "ChoiceField", base class "LLMBasicMachineryForm" defined the type as "CharField")
mypy: weblate/machinery/forms.py#L608
Incompatible types in assignment (expression has type "ChoiceField", base class "LLMBasicMachineryForm" defined the type as "CharField")
mypy: weblate/machinery/forms.py#L556
Incompatible types in assignment (expression has type "ChoiceField", base class "LLMBasicMachineryForm" defined the type as "CharField")