Skip to content

feat: Implement LRU Cache algorithm #15428

feat: Implement LRU Cache algorithm

feat: Implement LRU Cache algorithm #15428

Triggered via pull request October 15, 2025 17:49
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (UP045): data_structures/lru_cache.py#L16
data_structures/lru_cache.py:16:20: UP045 Use `X | None` for type annotations
Ruff (UP045): data_structures/lru_cache.py#L15
data_structures/lru_cache.py:15:20: UP045 Use `X | None` for type annotations
Ruff (I001): data_structures/lru_cache.py#L6
data_structures/lru_cache.py:6:1: I001 Import block is un-sorted or un-formatted