The ruff and flake8 jobs for anms-core, aricodec, and transcoder all show multiple warnings related to whitespace, unused variables, unordered imports, and other benign issues. These should all be addressed. Many can be fixed by simply running ruff check --fix, others will have to be manually fixed. See #299 (comment) for a summary of the ruff findings when it was initially added to the CI.
The ruff and flake8 jobs for
anms-core,aricodec, andtranscoderall show multiple warnings related to whitespace, unused variables, unordered imports, and other benign issues. These should all be addressed. Many can be fixed by simply runningruff check --fix, others will have to be manually fixed. See #299 (comment) for a summary of the ruff findings when it was initially added to the CI.