This repository contains pre-commit hooks used by RAPIDS projects.
Copy the following into your repository's .pre-commit-config.yaml
:
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.0.1 # Use the ref you want to point at
hooks: # Hook names to use
- id: verify-copyright
All hooks are listed in .pre-commit-hooks.yaml
.
This project uses Bashlex.