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 88194a4 commit 6ddf931Copy full SHA for 6ddf931
.github/workflows/lint.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
# stop the build if there are Python syntax errors or undefined names
32
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
+ ruff check --select "ALL" --ignore='C901,PLR0912,PLR0913,PLR0915,S314,E501,FBT001,FBT002,RUF015,D203,D213' --target-version=${PY_VER} fritz_advanced_thermostat.py
34
35
Check-Test:
36
if: ${{ always() }}
0 commit comments