Skip to content

fan.py : revert speed and deprecate off_below for UI compatibility #954

fan.py : revert speed and deprecate off_below for UI compatibility

fan.py : revert speed and deprecate off_below for UI compatibility #954

# Perform continuous integration tests on pull requests
name: Ruff
on: pull_request
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
- uses: astral-sh/ruff-action@v1
with:
args: "format --check"