[pull] main from WeblateOrg:main #140
Annotations
11 errors and 7 warnings
mypy:
weblate/trans/util.py#L320
Item "QName" of "str | bytes | bytearray | QName" has no attribute "startswith"
|
mypy:
weblate/trans/util.py#L320
Argument 1 to "startswith" of "bytes" has incompatible type "str"; expected "Buffer | tuple[Buffer, ...]"
|
mypy:
weblate/trans/util.py#L320
Argument 1 to "startswith" of "bytearray" has incompatible type "str"; expected "Buffer | tuple[Buffer, ...]"
|
mypy:
weblate/trans/util.py#L321
Value of type "str | bytes | bytearray | QName" is not indexable
|
mypy:
weblate/trans/util.py#L321
Item "QName" of "str | bytes | bytearray | QName" has no attribute "index"
|
mypy:
weblate/trans/util.py#L321
Argument 1 to "index" of "bytes" has incompatible type "str"; expected "Buffer | SupportsIndex"
|
mypy:
weblate/trans/util.py#L321
Argument 1 to "index" of "bytearray" has incompatible type "str"; expected "Buffer | SupportsIndex"
|
mypy:
weblate/utils/errors.py#L144
'Settings' object has no attribute 'ROLLBAR'
|
mypy:
weblate/vcs/base.py#L98
Argument "key" to "WeblateLock" has incompatible type "Any | str"; expected "int"
|
mypy:
weblate/vcs/base.py#L213
If x = b'abc' then f"{x}" or "{}".format(x) produces "b'abc'", not "abc". If this is desired behavior, use f"{x!r}" or "{!r}".format(x). Otherwise, decode the bytes
|
mypy
Process completed with exit code 1.
|
mypy
Unable to find merge base between 54969577ec721f29bae97e701770fcf157d85b26 and 90fc25f69dd5db695539c9d85a399e0372a9cfef
|
mypy
Unable to find merge base between 54969577ec721f29bae97e701770fcf157d85b26 and 90fc25f69dd5db695539c9d85a399e0372a9cfef
|
mypy
Unable to find merge base between 54969577ec721f29bae97e701770fcf157d85b26 and 90fc25f69dd5db695539c9d85a399e0372a9cfef
|
mypy
Unable to find merge base between bb7f4fcaa9388dbd071536fba7a90787c02213c8 and 484b801a740605a6f1270daed5e0dcdcf42fe972
|
mypy
Set 'fetch_additional_submodule_history: true' to fetch additional submodule history for: scripts/spdx-license-list
|
mypy
fatal: Invalid revision range bb7f4fcaa9388dbd071536fba7a90787c02213c8..484b801a740605a6f1270daed5e0dcdcf42fe972
|
mypy
Please ensure that submodules are initialized and up to date. See: https://github.com/actions/checkout#usage
|