Skip to content

Commit 1febde8

Browse files
committed
Ruff no longer accepts just path
1 parent 6ad62a6 commit 1febde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Ruff (with fix)
9898
run: |
9999
. venv/bin/activate
100-
ruff plugwise/*py tests/*py
100+
ruff check --fix plugwise/*py tests/*py
101101
- name: If needed, commit ruff changes to the pull request
102102
if: failure()
103103
run: |

0 commit comments

Comments
 (0)