File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ repos:
24
24
hooks :
25
25
- id : shellcheck
26
26
- repo : https://github.com/rapidsai/pre-commit-hooks
27
- rev : v0.6 .0
27
+ rev : v0.7 .0
28
28
hooks :
29
29
- id : verify-copyright
30
30
- id : verify-alpha-spec
31
31
args :
32
32
- --fix
33
- - --rapids-version=25.08
33
+ - --rapids-version-file=RAPIDS_VERSION
34
34
- repo : https://github.com/rapidsai/dependency-file-generator
35
35
rev : v1.18.1
36
36
hooks :
Original file line number Diff line number Diff line change
1
+ 25.08.00
Original file line number Diff line number Diff line change @@ -61,5 +61,4 @@ for FILE in .github/workflows/*.yaml; do
61
61
done
62
62
63
63
echo " ${NEXT_FULL_TAG_PEP440} " > VERSION
64
-
65
- sed_runner " s/--rapids-version=[[:digit:]]\{2\}.[[:digit:]]\{2\}/--rapids-version=${NEXT_RAPIDS_SHORT_TAG} /g" .pre-commit-config.yaml
64
+ echo " ${NEXT_RAPIDS_SHORT_TAG} .00" > RAPIDS_VERSION
You can’t perform that action at this time.
0 commit comments