Skip to content

Commit

Permalink
Use verify-alpha-spec hook
Browse files Browse the repository at this point in the history
With the deployment of rapids-build-backend, we need to make sure
our dependencies have alpha specs.

Contributes to rapidsai/build-planning#31
  • Loading branch information
KyleFromNVIDIA committed Jul 19, 2024
1 parent b279200 commit 023dfae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ repos:
additional_dependencies: [types-cachetools]
args: ["--module=dask_cuda", "--ignore-missing-imports"]
pass_filenames: false
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.3.0
hooks:
- id: verify-alpha-spec
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.13.11
hooks:
Expand Down

0 comments on commit 023dfae

Please sign in to comment.