fix(checks): Fix false positives in placeholders for Punctuation spacing check #18600
Annotations
5 errors
|
Report mypy:
weblate/checks/tests/test_same_checks.py#L31
"MockTranslation" has no attribute "template"; maybe "is_template"?
|
|
Report mypy:
weblate/checks/tests/test_chars_checks.py#L307
Incompatible types in assignment (expression has type "tuple[str, str, str]", variable has type "Callable[[], None]")
|
|
Report mypy:
weblate/checks/tests/test_chars_checks.py#L307
Cannot assign to a method
|
|
Report mypy:
weblate/checks/chars.py#L559
Unsupported operand types for < ("int" and "None")
|
|
Report mypy:
weblate/checks/chars.py#L551
Unsupported operand types for >= ("int" and "None")
|
Loading