From 02cfacf637f824e4ceeccbfb4d564075b670b543 Mon Sep 17 00:00:00 2001 From: Carl Simon Adorf Date: Sat, 18 Feb 2023 05:44:30 +0100 Subject: [PATCH] CI: Remove specification of manual stage for check_style.sh script. (#1283) Do not explicitly specify to run the "manual" stage when running pre-commits as part of the ci/check_style.sh script. Authors: - Carl Simon Adorf (https://github.com/csadorf) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: https://github.com/rapidsai/raft/pull/1283 --- 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 be3ac3f4b8..345f7fd866 100755 --- a/ci/check_style.sh +++ b/ci/check_style.sh @@ -15,4 +15,4 @@ rapids-mamba-retry env create --force -f env.yaml -n checks conda activate checks # 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