@@ -54,34 +54,38 @@ repos:
5454 [.]flake8$|
5555 [.]coveragerc$
5656 - id : verify-alpha-spec
57+ args :
58+ - --fix
59+ - --mode
60+ - release
5761 - repo : https://github.com/rapidsai/dependency-file-generator
5862 rev : v1.20.0
5963 hooks :
60- - id : rapids-dependency-file-generator
61- args : ["--clean", "--warn-all", "--strict"]
64+ - id : rapids-dependency-file-generator
65+ args : ["--clean", "--warn-all", "--strict"]
6266 - repo : local
6367 hooks :
64- - id : cmake-format
65- name : cmake-format
66- entry : ./cpp/scripts/run-cmake-format.sh cmake-format
67- language : python
68- types : [cmake]
69- # exclude: .*/thirdparty/.*
70- # Note that pre-commit autoupdate does not update the versions
71- # of dependencies, so we'll have to update this manually.
72- additional_dependencies :
73- - cmakelang==0.6.13
74- verbose : true
75- require_serial : true
76- - id : cmake-lint
77- name : cmake-lint
78- entry : ./cpp/scripts/run-cmake-format.sh cmake-lint
79- language : python
80- types : [cmake]
81- # exclude: .*/thirdparty/.*
82- # Note that pre-commit autoupdate does not update the versions
83- # of dependencies, so we'll have to update this manually.
84- additional_dependencies :
85- - cmakelang==0.6.13
86- verbose : true
87- require_serial : true
68+ - id : cmake-format
69+ name : cmake-format
70+ entry : ./cpp/scripts/run-cmake-format.sh cmake-format
71+ language : python
72+ types : [cmake]
73+ # exclude: .*/thirdparty/.*
74+ # Note that pre-commit autoupdate does not update the versions
75+ # of dependencies, so we'll have to update this manually.
76+ additional_dependencies :
77+ - cmakelang==0.6.13
78+ verbose : true
79+ require_serial : true
80+ - id : cmake-lint
81+ name : cmake-lint
82+ entry : ./cpp/scripts/run-cmake-format.sh cmake-lint
83+ language : python
84+ types : [cmake]
85+ # exclude: .*/thirdparty/.*
86+ # Note that pre-commit autoupdate does not update the versions
87+ # of dependencies, so we'll have to update this manually.
88+ additional_dependencies :
89+ - cmakelang==0.6.13
90+ verbose : true
91+ require_serial : true
0 commit comments