Skip to content

Commit bb07d37

Browse files
committed
Fix ruff check
1 parent 49f5f8c commit bb07d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip list
3232
- name: Ruff
3333
run: |
34-
ruff .
34+
ruff check .
3535
ruff format --check .
3636
typos .
3737
- name: Tests

0 commit comments

Comments
 (0)