Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 459 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 459 Bytes

pre-commit-hooks

This repository contains pre-commit hooks used by RAPIDS projects.

Using hooks

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:
    - id: copyright-checker  # Hook names

Included hooks

All hooks are listed in .pre-commit-hooks.yaml.

  • (No hooks exist yet)