microsoft / LightGBM

A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
https://lightgbm.readthedocs.io/en/latest/
MIT License
16.32k stars 3.8k forks source link

[ci] upgrade linters to latest version #6472

Closed jameslamb closed 4 weeks ago

jameslamb commented 1 month ago

Proposes upgrading pre-commit hooks to their latest versions. I did that by running this from the root of the repo:

pre-commit autoupdate

The other formatting changes in this PR were made by ruff.

pre-commit run --all-files