facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.71k stars 2.11k forks source link

Replace flake8 with Ruff #289

Closed akx closed 11 months ago

akx commented 1 year ago

This PR replaces flake8 with ruff.

It does not (yet!) enable any additional rules beyond those enabled by the default Ruff ruleset (but there's a whole bunch of potential bugs that could be uncovered with the B class of lints, etc.).

JadeCopet commented 11 months ago

Thanks you but this goes beyond the type of contributions we accept. We don't plan to change from flake8 to ruff and support ruff for now.