From c6e36031335ce8f27f82d8cda33854097604f919 Mon Sep 17 00:00:00 2001 From: Carl Simon Adorf Date: Fri, 17 Feb 2023 15:44:32 +0100 Subject: [PATCH 1/2] Remove specification of manual stage for check_style.sh script. Do not explicitly specify to run the "manual" stage when running pre-commits as part of the ci/check_style.sh script. --- ci/check_style.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/check_style.sh b/ci/check_style.sh index 020143095ce..a35830570ff 100755 --- a/ci/check_style.sh +++ b/ci/check_style.sh @@ -20,4 +20,4 @@ mkdir -p $(dirname ${RAPIDS_CMAKE_FORMAT_FILE}) wget -O ${RAPIDS_CMAKE_FORMAT_FILE} ${FORMAT_FILE_URL} # Run pre-commit checks -pre-commit run --hook-stage manual --all-files --show-diff-on-failure +pre-commit run --all-files --show-diff-on-failure From ac031170c3beb92ff575392b0b523222d98b098e Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 17 Feb 2023 10:11:25 -0800 Subject: [PATCH 2/2] Update copyright year --- ci/check_style.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/check_style.sh b/ci/check_style.sh index a35830570ff..f9bfea7b47c 100755 --- a/ci/check_style.sh +++ b/ci/check_style.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2020-2022, NVIDIA CORPORATION. +# Copyright (c) 2020-2023, NVIDIA CORPORATION. set -euo pipefail