Skip to content

Commit

Permalink
Add dfg hook
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 16, 2023
1 parent edc67c9 commit ff4695a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ repos:
additional_dependencies: [types-cachetools]
args: ["--module=dask_cuda", "--ignore-missing-imports"]
pass_filenames: false
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.5.1
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]

default_language_version:
python: python3

0 comments on commit ff4695a

Please sign in to comment.