Skip to content

Commit 53830f7

Browse files
Use verify-alpha-spec hook (rapidsai#1601)
Authors: - Kyle Edwards (https://github.com/KyleFromNVIDIA) Approvers: - James Lamb (https://github.com/jameslamb) URL: rapidsai#1601
1 parent d71f9e1 commit 53830f7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ repos:
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
8-
- repo: https://github.com/rapidsai/dependency-file-generator
9-
rev: v1.13.11
10-
hooks:
11-
- id: rapids-dependency-file-generator
12-
args: ["--clean"]
138
- repo: https://github.com/PyCQA/isort
149
rev: 5.12.0
1510
hooks:
@@ -82,9 +77,15 @@ repos:
8277
- id: ruff
8378
files: python/.*$
8479
- repo: https://github.com/rapidsai/pre-commit-hooks
85-
rev: v0.0.3
80+
rev: v0.2.0
8681
hooks:
8782
- id: verify-copyright
83+
- id: verify-alpha-spec
84+
- repo: https://github.com/rapidsai/dependency-file-generator
85+
rev: v1.13.11
86+
hooks:
87+
- id: rapids-dependency-file-generator
88+
args: ["--clean"]
8889

8990
default_language_version:
9091
python: python3

0 commit comments

Comments
 (0)