mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 10:10:56 +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
|
- name: Run black or ruff
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. 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:
|
flake8:
|
||||||
name: Check flake8
|
name: Check flake8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user