We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6051507 commit 94690c7Copy full SHA for 94690c7
.github/workflows/verify.yml
@@ -97,17 +97,12 @@ jobs:
97
- name: Ruff (check)
98
run: |
99
. venv/bin/activate
100
- #ruff plugwise_usb/*py tests/*py
101
- echo "***"
102
103
- echo "Code is not up to par for ruff, skipping"
104
105
+ ruff check plugwise_usb/ tests/
106
- name: If needed, commit ruff changes to the pull request
107
if: failure()
108
109
110
- ruff --fix plugwise_usb/*py tests/*py
+ ruff format plugwise_usb/ tests/
111
git config --global user.name 'autoruff'
112
git config --global user.email '[email protected]'
113
git remote set-url origin https://x-access-token:${{ secrets.PAT_CT }}@github.com/$GITHUB_REPOSITORY
0 commit comments