Skip to content

Commit 0b11148

Browse files
Update rapids-dependency-file-generator (#903)
This PR updates the rapids-dependency-file-generator hook to get rapidsai/dependency-file-generator#163. Authors: - Kyle Edwards (https://github.com/KyleFromNVIDIA) Approvers: - James Lamb (https://github.com/jameslamb) URL: #903
1 parent c89327b commit 0b11148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ repos:
3434
^rapids-cmake/cpm/patches/.*
3535
)
3636
- repo: https://github.com/rapidsai/dependency-file-generator
37-
rev: v1.19.0
37+
rev: v1.20.0
3838
hooks:
3939
- id: rapids-dependency-file-generator
40-
args: ["--clean"]
40+
args: ["--clean", "--warn-all", "--strict"]
4141
- repo: local
4242
hooks:
4343
- id: cmake-format

0 commit comments

Comments
 (0)