Skip to content

feat: use clone to fetch remote repositories #17913

feat: use clone to fetch remote repositories

feat: use clone to fetch remote repositories #17913

Triggered via pull request November 28, 2025 19:36
Status Success
Total duration 6m 27s
Artifacts

mypy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
mypy: weblate/trans/models/component.py#L1281
Incompatible type for lookup 'language_id': (got "int | None", expected "str | int")
mypy: weblate/trans/models/component.py#L1252
Incompatible type for lookup 'language_id': (got "int | None", expected "str | int")
mypy: weblate/trans/models/component.py#L1210
Unsupported operand types for // ("int" and "None")
mypy: weblate/trans/models/component.py#L1055
Incompatible return value type (got "ProjectQuerySet", expected "QuerySet[Component, Component]")
mypy: weblate/trans/models/component.py#L1048
"Component" has no attribute "invalidate_source_language_cache"
mypy: weblate/vcs/git.py#L1368
Item "None" of "Component | None" has no attribute "repo"
mypy: weblate/vcs/git.py#L1148
Item "None" of "Component | None" has no attribute "pull_message"
mypy: weblate/vcs/git.py#L902
Item "None" of "Component | None" has no attribute "repo"
mypy: weblate/vcs/git.py#L902
Item "None" of "Component | None" has no attribute "push"
mypy: weblate/vcs/base.py#L468
Incompatible types in assignment (expression has type "Exception", variable has type "str | None")