Skip to content

Commit

Permalink
Update ruff_L&F.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydinhamedi authored Mar 14, 2024
1 parent 21d3f57 commit 27dec03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff_L&F.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip install ruff
- name: Lint with ruff
run: |
ruff check . --fix --show-fixes --statistics -e
ruff check . --fix --show-fixes --statistics
- name: Format with ruff
run: |
ruff format . --preview --line-length 140

0 comments on commit 27dec03

Please sign in to comment.