Skip to content

Commit

Permalink
Use verify-alpha-spec hook (#5948)
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

Authors:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)
  - Dante Gama Dessavre (https://github.com/dantegd)

Approvers:
  - James Lamb (https://github.com/jameslamb)

URL: #5948
  • Loading branch information
KyleFromNVIDIA authored Jul 8, 2024
1 parent 50ec050 commit f17f899
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,8 @@ repos:
- cpp/test
pass_filenames: false
language: python
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.13.11
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.0.3
rev: v0.2.0
hooks:
- id: verify-copyright
files: |
Expand All @@ -79,6 +74,12 @@ repos:
exclude: |
(?x)
cpp/src/tsne/cannylab/bh[.]cu$
- id: verify-alpha-spec
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.13.11
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]

default_language_version:
python: python3

0 comments on commit f17f899

Please sign in to comment.