Re: Implement Ruff Linter

2023-04-06 Thread charettes
Strong agree with Adam here. If Ruff current offer is enhanced speed at the cost of a less mature ecosystem I don't think that it's a tradeoff Django should make at the time being. Simon Le jeudi 6 avril 2023 à 08:16:00 UTC-4, Adam Johnson a écrit : > I don't think we should adopt Ruff. It's

Re: Implement Ruff Linter

2023-04-06 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
I don't think we should adopt Ruff. It's a new, somewhat experimental project. It wouldn't provide any gains except speed, but that is not really a concern since it still takes a handful of seconds to lint Django with Flake8 and co. On Mon, Apr 3, 2023 at 1:59 PM Jerome Obi wrote: > Hi ! > I use

Implement Ruff Linter

2023-04-03 Thread Jerome Obi
Hi ! I use Ruff as my primary Linter for all my Python Projects. https://github.com/charliermarsh/ruff It's very fast and powerful, so I thought I could try it on Django Code. With all options activated, Django is scanned in less than 1 second. Here's the Configuration with all detected errors typ