soulsync/core/torrent_clients
Broque Thomas b475dc5a20 fix(lint): silence ruff B007 + S110
- core/torrent_clients/transmission.py: rename unused loop var
  `attempt` to `_attempt` in the session-id renegotiation loop
  (B007 — loop var not used in body).
- core/image_cache.py: log the cleanup exception instead of
  swallowing it silently (S110 — bare try/except/pass). debug
  level since a failed tmp unlink is non-fatal; the outer
  ``raise`` still propagates the original error.

Full ruff sweep clean.
2026-05-20 16:18:55 -07:00
..
__init__.py feat(torrent): add adapter layer for qBittorrent, Transmission, Deluge 2026-05-20 15:10:30 -07:00
base.py feat(torrent): add adapter layer for qBittorrent, Transmission, Deluge 2026-05-20 15:10:30 -07:00
deluge.py feat(torrent): add adapter layer for qBittorrent, Transmission, Deluge 2026-05-20 15:10:30 -07:00
qbittorrent.py feat(torrent): add adapter layer for qBittorrent, Transmission, Deluge 2026-05-20 15:10:30 -07:00
transmission.py fix(lint): silence ruff B007 + S110 2026-05-20 16:18:55 -07:00