witty-crayon-22786
09/03/2021, 10:57 PM--loop
flag to the docs. if you’re not using it, i’d highly recommend giving it a try!: https://www.pantsbuild.org/docs/goals#running-goals./pants --loop test typecheck fmt lint $file
which will continuously test
and typecheck
code until both of those have passed, and then fmt
and lint
it.ambitious-actor-36781
09/05/2021, 9:23 PM