Skip to content

Commit c48931c

Browse files
authored
Merge branch 'main' into docs-nvidia-sphinx-theme
2 parents bb3656d + 414e7a2 commit c48931c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
10+
- id: check-json
1011
- repo: https://github.com/astral-sh/ruff-pre-commit
1112
rev: v0.14.1
1213
hooks:
@@ -83,10 +84,6 @@ repos:
8384
exclude: |
8485
(?x)
8586
^CHANGELOG[.]md$|
86-
- repo: https://github.com/pre-commit/pre-commit-hooks
87-
rev: v5.0.0
88-
hooks:
89-
- id: check-json
9087
- repo: https://github.com/rapidsai/pre-commit-hooks
9188
rev: v1.4.2
9289
hooks:
@@ -182,7 +179,7 @@ repos:
182179
(?x)
183180
^pyproject[.]toml$
184181
- repo: https://github.com/rapidsai/dependency-file-generator
185-
rev: v1.20.0
182+
rev: v1.20.2
186183
hooks:
187184
- id: rapids-dependency-file-generator
188185
args: ["--clean", "--warn-all", "--strict"]

0 commit comments

Comments
 (0)