From 2845474d8237900cd2cbedbb0558804ba82dcc03 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Mon, 7 Oct 2024 21:37:52 +0200 Subject: [PATCH] Update pre-commit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 001005f..8983085 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Install detect-secrets run: pip install --no-cache-dir detect-secrets doc8 isort==5.11.5 - name: Run pre-commit - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 # ************************************* # **************** Tests **************