HS-Tools / Wall_Lii

Does leaderboard scraping and then does stuff with that data
18 stars 7 forks source link

Pre-Commit + CI Improvements #120

Closed BoraxTheClean closed 2 years ago

BoraxTheClean commented 2 years ago

This PR is best read commit by commit because of the huge diff from running linters on the repository for the first time.

Add linter pre-commit checks to enforce style and formatting. Also add a step in github actions to check to make sure pre-commit is passing on every commit.

After this is merged, other contributors will have to install pre-commit and run pre-commit install in the repo to setup pre-commit.