I'm wondering how pants might interact/integrate w...
# general
p
I'm wondering how pants might interact/integrate with two tools: 1) Does anyone here use pants with pre-commit-hooks? Do you have pants run pre-commit? Or do you have pre-commit run pants? https://pre-commit.com/ 2) What about reviewdog? When someone posts a PR in Github, I don't just want to give them a pass/fail; I want the CI to annotate their commits with checks, code suggestions (just click accept/merge), and reviews. Does pants post checks out of the box? Could it use reviewdog somehow to add that feature? https://github.com/reviewdog/reviewdog