Skip to content

feat: Implement LRU Cache algorithm #15426

feat: Implement LRU Cache algorithm

feat: Implement LRU Cache algorithm #15426

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (W292): data_structures/lru_cache.py#L72
data_structures/lru_cache.py:72:22: W292 No newline at end of file
Ruff (UP045): data_structures/lru_cache.py#L13
data_structures/lru_cache.py:13:20: UP045 Use `X | None` for type annotations
Ruff (UP045): data_structures/lru_cache.py#L12
data_structures/lru_cache.py:12:20: UP045 Use `X | None` for type annotations
Ruff (I001): data_structures/lru_cache.py#L5
data_structures/lru_cache.py:5:1: I001 Import block is un-sorted or un-formatted