Skip to content

Merge tag 'weblate-5.4.3' #1

Merge tag 'weblate-5.4.3'

Merge tag 'weblate-5.4.3' #1

Triggered via push April 13, 2024 14:31
Status Success
Total duration 5m 21s
Artifacts

mypy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
mypy: weblate/utils/html.py#L81
Argument "target" to "HTMLParser" has incompatible type "MarkupExtractor"; expected "ParserTarget | None"
mypy: weblate/utils/html.py#L140
Incompatible types in assignment (expression has type "Callable[[HTML2Text, str, dict[str, str | None], bool], bool]", variable has type "None")
mypy: weblate/settings_example.py#L439
"SysLogHandler" has no attribute "socket"
mypy: weblate/settings_example.py#L530
"object" has no attribute "__delitem__"
mypy: weblate/settings_test.py#L46
Incompatible types in assignment (expression has type "tuple[tuple[str, str]]", variable has type "tuple[()]")
mypy: weblate/settings_test.py#L65
Incompatible types in assignment (expression has type "None", variable has type "str")
mypy: weblate/settings_test.py#L131
Incompatible types in assignment (expression has type "tuple[str, str, str]", variable has type "tuple[str, str]")
mypy: weblate/utils/db.py#L38
"_databases_support_transactions" undefined in superclass
mypy: weblate/utils/db.py#L69
"BaseDatabaseWrapper" has no attribute "weblate_similarity"
mypy: weblate/utils/db.py#L88
"PostgreSQLFallbackLookupMixin" has no attribute "_needs_fallback"