Skip to content

Commit

Permalink
assertIn
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 10, 2024
1 parent ca23598 commit 2b00294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/itinerant_ruff_fixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b00294

Please sign in to comment.