From f5845630122f32bb47e7b2229492b224c27d3cd4 Mon Sep 17 00:00:00 2001 From: Felix Weiler-Detjen Date: Tue, 16 Sep 2025 11:06:57 +0200 Subject: [PATCH] Remove redundant ruff check. Pre-commit call already runs ruff --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 71ce236..0481a21 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,10 +28,6 @@ jobs: - uses: pre-commit/action@v3.0.1 with: extra_args: --hook-stage manual --all-files - - name: Run Ruff - run: | - pip install ruff - ruff check . tests: name: Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}