From 48302798a7ccc42f543610e67bc7b0851217f845 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sat, 1 Feb 2025 07:27:57 +0400 Subject: [PATCH] Update pre-commit.yml --- .github/workflows/pre-commit.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 74f7694..48d4872 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -30,3 +30,14 @@ jobs: - uses: cvxgrp/.github/actions/uv/deptry@v2.0.12 with: source-folder: src/cvx + + + pre-commit: + runs-on: ubuntu-latest + steps: + - name: Checkout [${{ github.repository }}] + uses: actions/checkout@v4 + + - uses: pre-commit/action@v3.0.1 + with: + extra_args: '--verbose --all-files'