holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.62k stars 505 forks source link

Replace `isort` with `ruff`? #5741

Open art3xa opened 10 months ago

art3xa commented 10 months ago

ruff.isort can replace isort (https://docs.astral.sh/ruff/faq/#how-does-ruffs-import-sorting-compare-to-isort)

cdeil commented 1 month ago

Agree it would be nice to just use ruff and have faster import sorting.

Info how to apply it is here mentioning that there's still some plans to improve isort via ruff:

Would PR to try and apply it now be useful or better wait?

x-ref: https://github.com/holoviz/panel/pull/5735