Skip to content

feat(screenshot): add change events for screenshot unit assignment and removal #17936

feat(screenshot): add change events for screenshot unit assignment and removal

feat(screenshot): add change events for screenshot unit assignment and removal #17936

Triggered via pull request November 29, 2025 19:36
Status Success
Total duration 4m 43s
Artifacts

mypy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
mypy: weblate/api/views.py#L393
"MultipleFieldViewSet" has no attribute "lookup_fields"
mypy: weblate/api/views.py#L266
Incompatible return value type (got "FileResponse", expected "HttpResponse")
mypy: weblate/trans/tests/test_backups.py#L354
"_MonkeyPatchedWSGIResponse" has no attribute "url"
mypy: weblate/trans/tests/test_backups.py#L191
Item "None" of "Group | None" has no attribute "components"
mypy: weblate/trans/tests/test_backups.py#L187
Item "None" of "Group | None" has no attribute "languages"
mypy: weblate/trans/tests/test_backups.py#L183
Item "None" of "Group | None" has no attribute "user_set"
mypy: weblate/trans/tests/test_backups.py#L179
Item "None" of "Group | None" has no attribute "admins"
mypy: weblate/trans/tests/test_backups.py#L175
Item "None" of "Group | None" has no attribute "roles"
mypy: weblate/trans/tests/test_backups.py#L172
Item "None" of "Group | None" has no attribute "language_selection"
mypy: weblate/screenshots/views.py#L200
Definition of "request" in base class "PathViewMixin" is incompatible with definition in base class "TemplateResponseMixin"