Skip to content

Commit 6ddf931

Browse files
committed
Fix lint test
1 parent 88194a4 commit 6ddf931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
# stop the build if there are Python syntax errors or undefined names
3232
PY_VER=$(echo py${PY_VER} | tr -d '.')
33-
ruff check --fix --select "ALL" --ignore='C901,PLR0912,PLR0913,PLR0915,S314,E501,FBT001,FBT002,RUF015,D203,D213' --target-version=${PY_VER} fritz_advanced_thermostat.py
33+
ruff check --select "ALL" --ignore='C901,PLR0912,PLR0913,PLR0915,S314,E501,FBT001,FBT002,RUF015,D203,D213' --target-version=${PY_VER} fritz_advanced_thermostat.py
3434
3535
Check-Test:
3636
if: ${{ always() }}

0 commit comments

Comments
 (0)