1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-18 12:05:41 +00:00

Add quiet to ruff call

This commit is contained in:
Katherine Whitlock 2025-01-17 20:46:03 -05:00
parent 067d2005be
commit 9461466040

View File

@ -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