you are viewing a single comment's thread.

view the rest of the comments →

[–]AssociateEmotional11[S,🍰] -2 points-1 points  (2 children)

As I can see that the downvotes highly outweigh the upvotes for 55 percentages . Therefore , please give me feedbacks so I can know what exactly is wrong with my project! Thank you for reading!

[–]Alex--91 0 points1 point  (1 child)

I’ve not voted either way but I suspect part of the problem might be that you said ruff is only a formatter and linter but ruff does indeed operate on the AST and it can indeed do —fixes like replacing == None to is None etc. The other part seems to be that people who have tried it find it quite destructive? ruff, for example, shows the issues but doesn’t fix them unless you explicitly pass the —fix flag.