Closed chris48s closed 1 year ago
Instead of relying on --profile black in makefile, set up an isort config so that you can run isort with no args independent of the Makefile. Just needs to be
--profile black
isort
.isort.cfg:
.isort.cfg
[settings] profile=black skip_gitignore=true
Also propagate this to all your repos
Instead of relying on
--profile black
in makefile, set up an isort config so that you can runisort
with no args independent of the Makefile. Just needs to be.isort.cfg
:Also propagate this to all your repos