Skip to content

Commit

Permalink
feat: Add pre-commit hook file. (#31)
Browse files Browse the repository at this point in the history
This PR enables the usage of dfg as a pre-commit hook in other
repositories.
  • Loading branch information
vyasr authored Feb 21, 2023
1 parent f7e8234 commit d4d8e2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- id: rapids-dependency-file-generator
name: RAPIDS dependency file generator
description: Update dependency files according to the RAPIDS dependencies spec
entry: rapids-dependency-file-generator
language: python
files: "dependencies.yaml"
pass_filenames: false

0 comments on commit d4d8e2c

Please sign in to comment.