99 autoupdate_schedule : quarterly
1010 skip : ["mypy", "verify-alpha-spec"]
1111 submodules : false
12-
1312repos :
1413 - repo : https://github.com/pre-commit/pre-commit-hooks
1514 rev : v6.0.0
@@ -35,14 +34,7 @@ repos:
3534 hooks :
3635 - id : mypy
3736 additional_dependencies : [numpy, polars, pyarrow-stubs, pytest, types-cachetools]
38- args : ["--config-file=pyproject.toml",
39- " python/cudf/cudf" ,
40- " python/pylibcudf/pylibcudf" ,
41- " python/custreamz/custreamz" ,
42- " python/cudf_kafka/cudf_kafka" ,
43- " python/cudf_polars/cudf_polars" ,
44- " python/cudf_polars/tests" ,
45- " python/dask_cudf/dask_cudf" ]
37+ args : ["--config-file=pyproject.toml", "python/cudf/cudf", "python/pylibcudf/pylibcudf", "python/custreamz/custreamz", "python/cudf_kafka/cudf_kafka", "python/cudf_polars/cudf_polars", "python/cudf_polars/tests", "python/dask_cudf/dask_cudf"]
4638 pass_filenames : false
4739 - repo : https://github.com/pre-commit/mirrors-clang-format
4840 rev : v20.1.4
@@ -222,6 +214,10 @@ repos:
222214 cpp/include/cudf_test/cxxopts[.]hpp$
223215 )
224216 - id : verify-alpha-spec
217+ args :
218+ - --fix
219+ - --mode
220+ - release
225221 - id : verify-codeowners
226222 args : [--fix, --project-prefix=cudf]
227223 - repo : https://github.com/rapidsai/dependency-file-generator
@@ -234,6 +230,5 @@ repos:
234230 hooks :
235231 - id : shellcheck
236232 args : ["--severity=warning"]
237-
238233default_language_version :
239- python : python3
234+ python : python3
0 commit comments