Skip to content

chore(deps): update dependency ruff to v0.8.5 (#91) #121

chore(deps): update dependency ruff to v0.8.5 (#91)

chore(deps): update dependency ruff to v0.8.5 (#91) #121

Triggered via push January 2, 2025 13:25
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Ruff (TC003): kuro/client/components/gacha.py#L4
kuro/client/components/gacha.py:4:29: TC003 Move standard library import `collections.abc.Sequence` into a type-checking block
Ruff (TC003): kuro/client/decorators.py#L5
kuro/client/decorators.py:5:29: TC003 Move standard library import `collections.abc.Awaitable` into a type-checking block
Ruff (TC003): kuro/client/decorators.py#L5
kuro/client/decorators.py:5:40: TC003 Move standard library import `collections.abc.Callable` into a type-checking block
Ruff (TC003): kuro/client/routes.py#L4
kuro/client/routes.py:4:29: TC003 Move standard library import `collections.abc.Mapping` into a type-checking block
Ruff (TC003): kuro/constants.py#L4
kuro/constants.py:4:29: TC003 Move standard library import `collections.abc.Mapping` into a type-checking block
Ruff (TC003): kuro/errors.py#L4
kuro/errors.py:4:29: TC003 Move standard library import `collections.abc.Mapping` into a type-checking block
Ruff (A005): kuro/types.py#L1
kuro/types.py:1:1: A005 Module `types` is shadowing a Python builtin module
Ruff (TC003): kuro/utility/auth/md5.py#L6
kuro/utility/auth/md5.py:6:29: TC003 Move standard library import `collections.abc.Sequence` into a type-checking block
ruff
Process completed with exit code 1.
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636