diff --git a/.github/workflows/itinerant_ruff_fixes.yml b/.github/workflows/itinerant_ruff_fixes.yml index d2f8e6c..96a4402 100644 --- a/.github/workflows/itinerant_ruff_fixes.yml +++ b/.github/workflows/itinerant_ruff_fixes.yml @@ -31,7 +31,7 @@ jobs: with: repository: ${{ github.event.inputs.repo }} - run: ls -Fla - - run: codespell --count --ignore-words-list=astroid,crate || true + - run: codespell --count --ignore-words-list=assertin,astroid,crate || true - run: auto-walrus . || ruff check --select=SIM108,UP034 --fix --unsafe-fixes || git diff || true # ruff check --exit-zero runs first... # exit-zero on select=ALL