Skip to content

Commit

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

Authors:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

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

URL: #744
  • Loading branch information
KyleFromNVIDIA authored Jul 2, 2024
1 parent f25b2c6 commit d8722aa
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 @@ -28,6 +28,10 @@ repos:
args: ["--toml", "python/cucim/pyproject.toml"]
additional_dependencies:
- tomli
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.2.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 d8722aa

Please sign in to comment.