Skip to content

Commit 4944f0f

Browse files
committed
fix: ruff hook
1 parent ba4c7eb commit 4944f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Auto-fix with Ruff
3333
run: |
34-
ruff --fix --ignore E501 .
34+
ruff . --fix --ignore E501
3535
3636
- name: Commit and push changes
3737
run: |

0 commit comments

Comments
 (0)