Skip to content

Commit 5d7ad03

Browse files
Update rapids-dependency-file-generator (#5240)
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) - Brad Rees (https://github.com/BradReesWork) URL: #5240
1 parent d2ddcce commit 5d7ad03

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
@@ -61,10 +61,10 @@ repos:
6161
- id: sphinx-lint
6262
args: ["--enable=all", "--disable=line-too-long"]
6363
- repo: https://github.com/rapidsai/dependency-file-generator
64-
rev: v1.19.0
64+
rev: v1.20.0
6565
hooks:
6666
- id: rapids-dependency-file-generator
67-
args: ["--clean"]
67+
args: ["--clean", "--warn-all", "--strict"]
6868
- repo: https://github.com/shellcheck-py/shellcheck-py
6969
rev: v0.10.0.1
7070
hooks:

0 commit comments

Comments
 (0)