From 9ba8ffad13258e18160896ccf083b7de373f03c6 Mon Sep 17 00:00:00 2001 From: Amogh Desai Date: Fri, 19 Dec 2025 12:26:01 +0530 Subject: [PATCH] [v3-1-test] Remove duplicate cooldown-days flag in basic-tests.yml --- .github/workflows/basic-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic-tests.yml b/.github/workflows/basic-tests.yml index eea33954a33b7..fe74a5c2e29b9 100644 --- a/.github/workflows/basic-tests.yml +++ b/.github/workflows/basic-tests.yml @@ -272,7 +272,7 @@ jobs: platform: ${{ inputs.platform }} save-cache: false - name: "Autoupdate all prek hooks" - run: prek auto-update --cooldown-days 4 --cooldown-days 4 --freeze + run: prek auto-update --cooldown-days 4 --freeze - name: "Autoupdate Lucas-C hooks to bleeding edge" run: prek auto-update --bleeding-edge --freeze --repo https://github.com/Lucas-C/pre-commit-hooks - name: "Autoupdate Octopin to bleeding edge"