mirror of
https://github.com/esphome/esphome.git
synced 2025-01-18 20:10:55 +00:00
Add quiet to ruff call
This commit is contained in:
parent
067d2005be
commit
9461466040
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user