From 696a82fcada36e1fa65efa6f4669816d42117324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Mon, 29 Jul 2024 16:41:32 +0200 Subject: [PATCH 1/2] Update pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d5c1a3..0aff0b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: check-json - id: detect-private-key - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.5.5 hooks: - id: ruff files: holonote/ @@ -42,7 +42,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/hoxbro/prettier-pre-commit - rev: v3.3.2 + rev: v3.3.3 hooks: - id: prettier exclude: conda.recipe/meta.yaml From f8285e4485b4329a44ed84371065f60f52faa69b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Mon, 29 Jul 2024 17:05:39 +0200 Subject: [PATCH 2/2] Bump version codspeed --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cf8a7c0..d5726f3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -170,7 +170,7 @@ jobs: with: environments: ${{ matrix.environment }} - name: Run benchmarks - uses: CodSpeedHQ/action@v2 + uses: CodSpeedHQ/action@v3 if: needs.setup.outputs.code_change == 'true' with: token: ${{ secrets.CODSPEED_TOKEN }}