chore(deps): update dependency pylint to v3.3.0 #5255
Triggered via pull request
September 20, 2024 21:35
Status
Success
Total duration
2m 36s
Artifacts
–
Annotations
11 errors and 1 warning
mypy
No file in /home/runner/work/weblate/weblate matched to [**/uv.lock], make sure you have checked out the target repository
|
mypy:
weblate/configuration/models.py#L29
Could not resolve manager type for "weblate.configuration.models.Setting.objects"
|
mypy:
weblate/trans/models/agreement.py#L25
Signature of "create" incompatible with supertype "BaseManager"
|
mypy:
weblate/trans/models/variant.py#L11
Couldn't resolve related manager 'unit_set' for relation 'weblate.trans.models.unit.Unit.variant'.
|
mypy:
weblate/utils/celery.py#L67
"FallbackContext" has no attribute "__enter__"
|
mypy:
weblate/utils/celery.py#L67
"FallbackContext" has no attribute "__exit__"
|
mypy:
weblate/utils/errors.py#L143
'Settings' object has no attribute 'ROLLBAR'
|
mypy:
weblate/vcs/gpg.py#L39
List item 7 has incompatible type "None"; expected "str | bytes | PathLike[str] | PathLike[bytes]"
|
mypy:
weblate/vcs/gpg.py#L63
List item 4 has incompatible type "None"; expected "str | bytes | PathLike[str] | PathLike[bytes]"
|
mypy:
weblate/vcs/gpg.py#L82
Argument 2 to "siphash" has incompatible type "None"; expected "str | bytes"
|
mypy:
weblate/vcs/base.py#L212
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
Error retrieving cache key from state.
|