From 79db000bdf77c6fe48bcb30f301b8c1c67344e51 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 26 Nov 2024 16:59:04 +0100 Subject: [PATCH] Update itinerant_ruff_fixes.yml --- .github/workflows/itinerant_ruff_fixes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/itinerant_ruff_fixes.yml b/.github/workflows/itinerant_ruff_fixes.yml index 4119294..7d5144a 100644 --- a/.github/workflows/itinerant_ruff_fixes.yml +++ b/.github/workflows/itinerant_ruff_fixes.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 with: repository: ${{ github.event.inputs.repo }} - ref: dev # branch, tag, or SHA + # ref: dev # branch, tag, or SHA - run: ls -Fla - run: codespell --count --ignore-words-list=assertin,astroid,crate || true - run: auto-walrus . || ruff check --select=SIM108,UP034 --fix --unsafe-fixes || git diff || true