Open
Description
Description
We have been using pre-commit in projects for linting in our local commits. However, we've been running checks using a different mechanism in our GitHub actions workflows.
Updating to use pre-commit in a GitHub Actions workflow ensures that the checks we run locally are consistent with the ones we run in CI. Reducing the risk of version discrepancies in CI and Local development.
- Models
Usability improvements for repo setup models#106 - Dataloader
Add lint workflow using pre-commit dataloader#55 - Transformers4Rec
Add lint workflow to run pre-commit on all files Transformers4Rec#545 - NVTabular
Use pre-commit for lint checks in GitHub Actions Workflow NVTabular#1723 - Core
Use pre-commit for linting in GitHub Actions Workflow core#184 - Systems
Use pre-commit for linting in GitHub Actions Workflow systems#254 - Merlin