feat(workflow): add string filter for languages #8104
Annotations
11 errors
Report mypy:
weblate/utils/views.py#L152
"Paginator[Any]" has no attribute "sort_by"
|
Report mypy:
weblate/utils/views.py#L247
Item "None" of "AuthenticatedHttpRequest | None" has no attribute "user"
|
Report mypy:
weblate/utils/views.py#L279
Item "None" of "AuthenticatedHttpRequest | None" has no attribute "user"
|
Report mypy:
weblate/utils/views.py#L285
Item "Component" of "Project | Category | Component" has no attribute "category_set"
|
Report mypy:
weblate/utils/views.py#L286
Item "Category" of "Any | Category" has no attribute "acting_user"
|
Report mypy:
weblate/utils/views.py#L305
Item "Project" of "Project | Category | Component" has no attribute "translation_set"
|
Report mypy:
weblate/utils/views.py#L305
Item "Category" of "Project | Category | Component" has no attribute "translation_set"
|
Report mypy:
weblate/utils/views.py#L485
No overload variant of "ZipFile" matches argument types "HttpResponse", "str", "bool"
|
Report mypy:
weblate/utils/views.py#L562
Argument 1 to "zip_download" has incompatible type "str | None"; expected "str"
|
Report mypy:
weblate/utils/views.py#L613
Argument 1 of "get" is incompatible with supertype "ProcessFormView"; supertype defines the argument type as "HttpRequest"
|
Run mypy
Process completed with exit code 1.
|
Loading