feat: Machinery configuration via API #7042
Annotations
11 errors
Report mypy:
weblate/api/serializers.py#L93
Argument 3 of "get_url" is incompatible with supertype "HyperlinkedRelatedField"; supertype defines the argument type as "Request"
|
Report mypy:
weblate/api/serializers.py#L339
Need type annotation for "componentlists"
|
Report mypy:
weblate/api/serializers.py#L379
"Field[Any, Any, Any, Any]" has no attribute "queryset"
|
Report mypy:
weblate/api/serializers.py#L447
Argument 2 to "getattr" has incompatible type "Callable[..., Any] | str | None"; expected "str"
|
Report mypy:
weblate/api/serializers.py#L630
"Field[Any, Any, Any, Any]" has no attribute "queryset"
|
Report mypy:
weblate/api/serializers.py#L688
Item "Sequence[Component]" of "Component | Sequence[Component]" has no attribute "project"
|
Report mypy:
weblate/api/serializers.py#L720
Item "Sequence[Component]" of "Component | Sequence[Component]" has no attribute "clean_unique_together"
|
Report mypy:
weblate/api/serializers.py#L725
Item "Sequence[Component]" of "Component | Sequence[Component]" has no attribute "template"
|
Report mypy:
weblate/api/serializers.py#L726
Item "Sequence[Component]" of "Component | Sequence[Component]" has no attribute "new_base"
|
Report mypy:
weblate/api/serializers.py#L727
Item "Sequence[Component]" of "Component | Sequence[Component]" has no attribute "filemask"
|
Run mypy
Process completed with exit code 1.
|
Loading