Skip to content

Commit

Permalink
Updated python-quality.yml
Browse files Browse the repository at this point in the history
Added listing flag on ruff check
  • Loading branch information
ishandeva authored and dacorvo committed Oct 8, 2024
1 parent 59e7b0b commit 97e85a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
run: |
pip install --upgrade pip
pip install .[dev]
- run: ruff check bench examples optimum test
- run: ruff check --show-fixes bench examples optimum test

0 comments on commit 97e85a3

Please sign in to comment.