Skip to content

Commit

Permalink
Try Format with ruff.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentDemonSD committed Apr 14, 2024
1 parent 791981e commit 1bd662e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pip install ruff

- name: Check and Format Python Code
run: ruff check --fix
run: ruff format

- name: Commit Changes
run: |
Expand Down

0 comments on commit 1bd662e

Please sign in to comment.