diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70ee78ba6d..ded8d7ff0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - name: Run black or ruff run: | . venv/bin/activate - find esphome -name *.py -type f | parallel 'ruff format --check {} || black --quiet --check {}' + find esphome -name *.py -type f | parallel 'ruff format --quiet --check {} || black --quiet --check {}' flake8: name: Check flake8