apheleia/test/formatters/installers/ruff-isort.bash
Chris Rose 96a9805ecb
Add ruff-isort formatter (#279)
`ruff` doesn't run isort as part of its format, so to maintain parity
with the sort rules that black/isort offer, this is the ruff isort.

---------

Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
2024-01-12 12:23:26 -07:00

2 lines
48 B
Bash

apt-get install -y python3-pip
pip install ruff