From 27d40b90fb8d1b7abe1e7b2fbdd50c3f507f45c2 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Tue, 25 Feb 2025 11:49:52 -0500 Subject: [PATCH] Remove `FindCUDAToolkit.cmake` from `.pre-commit-config.yaml` (#18087) Follow-up to #18081. Authors: - Kyle Edwards (https://github.com/KyleFromNVIDIA) - Bradley Dice (https://github.com/bdice) Approvers: - Bradley Dice (https://github.com/bdice) URL: https://github.com/rapidsai/cudf/pull/18087 --- .pre-commit-config.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5daf124d83b..889e07bc681 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -107,10 +107,6 @@ repos: - cmakelang==0.6.13 verbose: true require_serial: true - exclude: | - (?x)^( - cpp/cmake/Modules/FindCUDAToolkit[.]cmake$ - ) - id: cmake-lint name: cmake-lint entry: ./cpp/scripts/run-cmake-format.sh cmake-lint @@ -122,10 +118,6 @@ repos: - cmakelang==0.6.13 verbose: true require_serial: true - exclude: | - (?x)^( - cpp/cmake/Modules/FindCUDAToolkit[.]cmake$ - ) - id: doxygen-check name: doxygen-check entry: ./ci/checks/doxygen.sh @@ -159,8 +151,7 @@ repos: (?x)^( cpp/include/cudf_test/cxxopts[.]hpp$| cpp/src/io/parquet/ipc/Message_generated[.]h$| - cpp/src/io/parquet/ipc/Schema_generated[.]h$| - cpp/cmake/Modules/FindCUDAToolkit[.]cmake$ + cpp/src/io/parquet/ipc/Schema_generated[.]h$ ) - id: verify-alpha-spec - id: verify-codeowners