Skip to content

Commit afb21e3

Browse files
committed
Update ruff syntax
1 parent 8794808 commit afb21e3

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
@@ -102,7 +102,7 @@ jobs:
102102
if: failure()
103103
run: |
104104
. venv/bin/activate
105-
ruff --fix plugwise/*py tests/*py
105+
ruff check --fix plugwise/*py tests/*py
106106
git config --global user.name 'autoruff'
107107
git config --global user.email '[email protected]'
108108
git remote set-url origin https://x-access-token:${{ secrets.PAT_CT }}@github.com/$GITHUB_REPOSITORY

0 commit comments

Comments
 (0)