mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2026-06-07 07:16:34 -04:00
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.