Skip to content

feat: replace flake8 with ruff #39

feat: replace flake8 with ruff

feat: replace flake8 with ruff #39

Triggered via pull request September 5, 2023 20:19
Status Failure
Total duration 21s
Artifacts

code-quality-check.yml

on: pull_request
Format and Lint
13s
Format and Lint
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Ruff (F401): acapy_cache_redis/v0_1/__init__.py#L5
acapy_cache_redis/v0_1/__init__.py:5:8: F401 `os` imported but unused
Ruff (F841): acapy_cache_redis/v0_1/redis_base_cache.py#L48
acapy_cache_redis/v0_1/redis_base_cache.py:48:28: F841 Local variable `error` is assigned to but never used
Ruff (E722): acapy_cache_redis/v0_1/redis_base_cache.py#L54
acapy_cache_redis/v0_1/redis_base_cache.py:54:9: E722 Do not use bare `except`
Ruff (F841): acapy_cache_redis/v0_1/redis_base_cache.py#L62
acapy_cache_redis/v0_1/redis_base_cache.py:62:28: F841 Local variable `error` is assigned to but never used
Ruff (F401): int/tests/cluster/test_redis.py#L8
int/tests/cluster/test_redis.py:8:31: F401 `echo_agent.client.EchoClient` imported but unused
Ruff (F401): int/tests/cluster/test_redis.py#L9
int/tests/cluster/test_redis.py:9:31: F401 `echo_agent.models.ConnectionInfo` imported but unused
Ruff (F401): int/tests/host/test_redis.py#L8
int/tests/host/test_redis.py:8:31: F401 `echo_agent.client.EchoClient` imported but unused
Ruff (F401): int/tests/host/test_redis.py#L9
int/tests/host/test_redis.py:9:31: F401 `echo_agent.models.ConnectionInfo` imported but unused
Format and Lint
Process completed with exit code 1.