mistercrunch opened a new pull request, #31262:
URL: https://github.com/apache/superset/pull/31262

   This could be slightly controversial, but submitted as a DRAFT for 
discussion.
   
   The case for pylint deprecation:
   - mostly covered by ruff: what matters most in pylint is already 
re-implemented
   - pylint is SLOW, ruff is a million times faster - pre-commit / pylint is 
one of our longest, most expensive CI step
   - rules are currently scattered in different places and can conflict at times
   
   Very relevant is this link that explains what pylint features are covered or 
not by ruff:
   https://github.com/astral-sh/ruff/issues/970
   
   Essentially we can simplify & speed things up here..
   
   If we agree on the direction, the plan is to follow up and enable all the 
rules, apply `ruff check --fix` and `ruff check --add-no-qa`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to