Skip to content

Commit 414e7a2

Browse files
authored
pre-commit: consolidate duplicate entries, bump some versions (#2991)
To adapt to recent changes in other RAPIDS projects, we need to produce new nightly wheels from this project (rapidsai/cugraph#5479 (comment)). Today, that requires merging a new commit (rapidsai/build-planning#218 documents why). Given that we need that anyway, this at least tries to make it a useful one... bumping a few `pre-commit` hook versions and consolidating duplicate uses of `pre-commit/pre-commit-hooks`. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #2991
1 parent eb74b0e commit 414e7a2

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)