rapidsai / legate-boost

GBM implementation on Legate
https://rapidsai.github.io/legate-boost/
Apache License 2.0
8 stars 6 forks source link

update pre-commit versions #116

Closed jameslamb closed 2 months ago

jameslamb commented 2 months ago

Just starting to get familiar with this repo, I noticed it had been a while since the pre-commit config was updated.

This proposes:

Notes for Reviewers

I generated the changes in .pre-commit-config.yaml like this:

pre-commit autoupdate

Any code formatting changes were done automatically by the pre-commit hooks, run like this:

pre-commit run --all-files