Has anyone had luck with running `isort` and `yapf...
# general
h
Has anyone had luck with running
isort
and
yapf
as part of
fmt
together?
isort
wants imports to look one way and
yapf
wants another and I can't seem to figure out the right config settings to make things happy.
1
Hmm, I think I got it with
--profile=yapf
. That works fine in my virtual environment, but it causes a nasty
pkg_resources
error in pants.
👍 2
nvm, that was a false positive
@witty-crayon-22786, I don't think this is , but I also don't think it's something pants is blocking. It's just a yapf/isort issue.