And if I run ```./pants lint ::``` immediately aft...
# general
c
And if I run
Copy code
./pants lint ::
immediately after a
Copy code
./pants fmt ::
It reports that black failed, even though it succeeded immediately prior. Why does that happen?
1
h
Whoa
Are you using multiple formatters? Could one be stepping on Black's toes?
c
you can confirm @happy-kitchen-89482’s suspicion by running
./pants fmt --only=black :: && ./pants lint --only=black ::
to rule out other formatters are messing things up.
c
Hi guys, see the thread attached to my message just previous to this one. I think it’s resolved. 🙂