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