From e91ed65eace9f35355832c6de0f716fb3580a527 Mon Sep 17 00:00:00 2001 From: Carl Simon Adorf Date: Fri, 17 Feb 2023 15:40:38 +0100 Subject: [PATCH] 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 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