Should DRF consider migrating from Flake8 + isort to Ruff? #9827
Unanswered
p-r-a-v-i-n
asked this question in
Ideas & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I wanted to open a small discussion around the idea of moving Django REST Framework’s linting setup to Ruff, mainly to understand if maintainers think this direction makes sense.
Right now DRF uses a combination of:
Ruff can cover most of these in a single tool, which could simplify configuration and speed up linting in both local development and CI.
This is not a proposal for a PR yet, especially because a full migration would create a large diff, and I don’t want to do anything without maintainers agreeing on the idea first. At this point, I’m just trying to understand:
I’m happy to help or prepare a draft plan if the idea seems useful, but only if maintainers feel this is a direction worth exploring.
Would love to hear your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions