feat: extend DuplicateFilemask to operate on files #7513
Annotations
11 errors
Report mypy:
weblate/trans/models/component.py#L1110
Unsupported operand types for // ("int" and "None")
|
Report mypy:
weblate/trans/models/component.py#L1760
"Task[[Any, VarArg(Any), KwArg(Any)], None]" has no attribute "delay_on_commit"
|
Report mypy:
weblate/trans/models/component.py#L2348
Argument "user" to "do_lock" of "Component" has incompatible type "None"; expected "User"
|
Report mypy:
weblate/trans/models/component.py#L2366
Argument "user" to "do_lock" of "Component" has incompatible type "None"; expected "User"
|
Report mypy:
weblate/trans/models/component.py#L2571
Exception must be derived from BaseException
|
Report mypy:
weblate/trans/models/component.py#L2635
"Task[[Any], None]" has no attribute "delay_on_commit"
|
Report mypy:
weblate/trans/models/component.py#L2667
"Task[[Any, Any, Component | None], None]" has no attribute "delay_on_commit"
|
Report mypy:
weblate/trans/models/component.py#L2818
Need type annotation for "langs" (hint: "langs: dict[<type>, <type>] = ...")
|
Report mypy:
weblate/trans/models/component.py#L2885
Need type annotation for "errors" (hint: "errors: list[<type>] = ...")
|
Report mypy:
weblate/trans/models/component.py#L3261
Need type annotation for "variant_updates" (hint: "variant_updates: dict[<type>, <type>] = ...")
|
Run mypy
Process completed with exit code 1.
|
Loading