Fix some RUF012 per file ignores #9121
Annotations
3 errors
Ruff (E501):
other/lfu_cache.py#L200
other/lfu_cache.py:200:89: E501 Line too long (93 > 88)
|
Ruff (E501):
other/lru_cache.py#L213
other/lru_cache.py:213:89: E501 Line too long (93 > 88)
|
ruff
Process completed with exit code 1.
|