Skip to content

Commit

Permalink
Update itinerant_ruff_fixes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 9, 2023
1 parent c571758 commit cb1a895
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 @@ -59,7 +59,7 @@ jobs:
# Just the showstopper issues without undefined names
- run: ruff --output-format=github --select=E9,F63,F7 --target-version=py38 .
# Just the showstopper issues
- run: ruff --output-format=github --select=E9,F63,F7,F82 --target-version=py38 .
- run: ruff --builtins=_ --output-format=github --select=E9,F63,F7,F82 --target-version=py38 .
# The default issues
- run: ruff --output-format=github --target-version=py38 .
- run: |
Expand Down

0 comments on commit cb1a895

Please sign in to comment.