Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update pre-commit hook versions, use new ruff config format (#59)
At least a year ago (I'm not sure when precisely), `ruff` broke up the `[ruff]` table in `pyproject.toml` in favor of storing configuration in several more focused tables, like `[tool.ruff.lint]`. Context: https://github.com/rapidsai/rapids-reviser/pull/51/files#r1755430166 This proposes the following: * using that new format here, to avoid build issues when that deprecation eventually is enforced and becomes an error * updating all the pre-commit hooks w/ `pre-commit autoupdate` Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Richard (Rick) Zamora (https://github.com/rjzamora) URL: #59
- Loading branch information