Hacker News new | ask | show | jobs
by thayne 55 days ago
> My approach is to utilize https://pre-commit.com/ to have all checks available to run locally during commit

That works fine for some things, but it doesn't work for building and testing on other platforms. For example, if I am running on linux, pre-commit won't be able to check that my changes also work on Mac and Windows.