rapidsai / ucx-wheels

BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

add pre-commit checks #8

Closed jameslamb closed 5 months ago

jameslamb commented 5 months ago

Proposes adding some minimal pre-commit checks and a CI job to run them.

I think this is a cheap, low-risk way to get a bit more release confidence in changes like #5.

Notes for Reviewers

This includes a very pared-down version of https://github.com/rapidsai/shared-workflows/blob/branch-24.06/.github/workflows/checks.yaml. I'm proposing not depending on shared-workflows because this repo doesn't follow the RAPIDS branching model, and because right now the need is so simply (just running pre-commit run --all-files).