Open imjuanleonard opened 1 year ago
PyCQA started using ruff since it is much faster than normal flake8/autoflake.
https://github.com/PyCQA/pylint/pull/8372/files
Some of the major library like pandas already moved as well
If interested i can raise a PR
+1 - we can also replace isort with it. It's also significantly faster! 🚀
isort
PyCQA started using ruff since it is much faster than normal flake8/autoflake.
https://github.com/PyCQA/pylint/pull/8372/files
Some of the major library like pandas already moved as well
If interested i can raise a PR