CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-b942e062-ls144/index.html
LinuxServer Changes:
No changes
Remote Changes:
Introduce Ruff linter for improved code quality
Integrates the Ruff linter into the CI workflow alongside Black. This enhances code quality and consistency by catching common issues. Addresses an initial F821 (undefined name) finding in __init__.py identified by Ruff, ensuring explicit module referencing.