feat(machinery): add Mistral integration #28394
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")
|