so when you `arc diff` to post a PR, it’d run `arc...
# general
r
so when you
arc diff
to post a PR, it’d run
arc lint
which would run
./pants lint
- and then if that failed
arc
would automatically run
./pants fmt
for you to attempt to fix the lint failure