intro-stat-learning / ISLP_labs

Up-to-date version of labs for ISLP
BSD 2-Clause "Simplified" License
660 stars 388 forks source link

Apply .pre-commit verification at github action #8

Open tschm opened 1 year ago

tschm commented 1 year ago

Github will complain if your code is not properly formatted. Helps to keep everything clean.

Also, good point about not exposing students to the complexity of a Makefile. We could either make hidden as in .Makefile or keep it out of git completely.

I think it can be of tremendous help

tschm commented 1 year ago

Please squeeze my commits to make sure the history of the repo is not too cluttered